From a5574151a48c8af7ff0f5f9c0d4d968f8589010e Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sun, 18 Aug 2019 10:31:09 -0500 Subject: [PATCH] configure-sampledata: add a fifo Signed-off-by: Rob Browning Tested-by: Rob Browning --- t/configure-sampledata | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/configure-sampledata b/t/configure-sampledata index e23a308..cec49eb 100755 --- a/t/configure-sampledata +++ b/t/configure-sampledata @@ -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 $? -- 2.39.2