X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=t%2Fconfigure-sampledata;h=cec49eb7b1d431e5cc709d69d47c57dee1af435a;hb=a5574151a48c8af7ff0f5f9c0d4d968f8589010e;hp=e23a3082abd8a13508026b180b6b05dd30722311;hpb=6c6b3832cdf6f9b2196c4b264e18c5c410448b5e;p=bup.git 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 $?