X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=t%2Ftest-fsck.sh;h=be1c5aac0bd8b7b139b0a6e6f7d86421cb2a56a3;hb=bf67f94dd4f4096de4eee07a7dc377d6c889a016;hp=22d909cfa9caed994209e699e62f8a0dc651c660;hpb=701b158eb6fcbbffcbdcc88018387341a9dfa47a;p=bup.git diff --git a/t/test-fsck.sh b/t/test-fsck.sh index 22d909c..be1c5aa 100755 --- a/t/test-fsck.sh +++ b/t/test-fsck.sh @@ -8,7 +8,7 @@ tmpdir="$(WVPASS wvmktempdir)" || exit $? bup() { "$top/bup" "$@"; } -WVPASS cp -a "$top/t/sampledata" "$tmpdir/src" +WVPASS "$top/t/sync-tree" "$top/t/sampledata/" "$tmpdir/src/" export BUP_DIR="$tmpdir/bup" export GIT_DIR="$tmpdir/bup"