From: Yung-Chin Oei Date: Mon, 3 Sep 2012 17:10:09 +0000 (+0100) Subject: t/test.sh: add "-a" to ls invocation when testing for .bup exclusion. X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=deb5cfb4f583c8942e30c91ce97b8128bcf9b81b;p=packages%2Fb%2Fbup.git t/test.sh: add "-a" to ls invocation when testing for .bup exclusion. The bup-exclude test seems be to checking if .bup/ is properly excluded from the backup, but 'bup ls' will only show this if given the -a switch. Signed-off-by: Yung-Chin Oei Reviewed-by: Rob Browning --- diff --git a/t/test.sh b/t/test.sh index 7e1039f..a41959f 100755 --- a/t/test.sh +++ b/t/test.sh @@ -298,7 +298,7 @@ mkdir $D/d $D/d/e WVPASS bup random 512 >$D/f WVPASS bup index -ux $D bup save -n exclude-bupdir $D -WVPASSEQ "$(bup ls exclude-bupdir/latest/$TOP/$D/)" "a +WVPASSEQ "$(bup ls -a exclude-bupdir/latest/$TOP/$D/)" "a b d/ f"