From: Rob Browning Date: Sun, 24 Jun 2018 16:32:42 +0000 (-0500) Subject: test-split-join: test that split --noop produces no output X-Git-Tag: 0.30~79 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=commitdiff_plain;h=a9ae7eacb39c246639be4223e124b32fecb2d2b2 test-split-join: test that split --noop produces no output Signed-off-by: Rob Browning Tested-by: Rob Browning --- diff --git a/t/test-split-join.sh b/t/test-split-join.sh index e0627a8..1a5d659 100755 --- a/t/test-split-join.sh +++ b/t/test-split-join.sh @@ -16,7 +16,8 @@ WVPASS cd "$tmpdir" WVPASS bup init WVSTART "split --noop" -WVPASS bup split --noop <"$top/t/testfile1" +WVPASS bup split --noop <"$top/t/testfile1" >noop.tmp +WVPASSEQ '' "$(tags1n.tmp WVPASS bup split --noop -t <"$top/t/testfile2" >tags2tn.tmp WVPASSEQ $(find "$BUP_DIR/objects/pack" -name '*.pack' | wc -l) 0