]> arthur.barton.de Git - bup.git/commitdiff
configure-sampledata: add a fifo
authorRob Browning <rlb@defaultvalue.org>
Sun, 18 Aug 2019 15:31:09 +0000 (10:31 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 18 Aug 2019 17:04:01 +0000 (12:04 -0500)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
t/configure-sampledata

index e23a3082abd8a13508026b180b6b05dd30722311..cec49eb7b1d431e5cc709d69d47c57dee1af435a 100755 (executable)
@@ -5,7 +5,7 @@ set -o pipefail
 # NOTE: any relevant changes to var/ must be accompanied by an
 # increment to the revision.
 
-revision=1
+revision=2
 readonly revision
 
 top="$(pwd)" || exit $?
@@ -44,6 +44,7 @@ case "$1" in
             ln -sf a b || exit $?
             ln -sf b c || exit $?
             ln -sf "$(pwd)/abs-symlink-target" abs-symlink || exit $?
+            mkfifo fifo
             mkdir -p cmd doc lib/bup || exit $?
             cp -pP "$top"/cmd/*.py cmd/ || exit $?
             cp -pP "$top"/Documentation/*.md doc/ || exit $?