summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/testsuite/national-encoding/build-spec/pre-build
blob: 2e39c9c670ffeb33503e5d7e56bd0ad874d8bcd7 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

DIR="$1"
mkfifo            "$DIR/debian/tests/fifo"
ln -s nonexistent "$DIR/debian/tests/broken"
ln -s fifo        "$DIR/debian/tests/lfifo"
ln -s test-1      "$DIR/debian/tests/working"