]> arthur.barton.de Git - bup.git/commit - t/test.sh
t/test.sh: add "-a" to ls invocation when testing for .bup exclusion.
authorYung-Chin Oei <yungchin@yungchin.nl>
Mon, 3 Sep 2012 17:10:09 +0000 (18:10 +0100)
committerRob Browning <rlb@defaultvalue.org>
Sat, 8 Sep 2012 05:03:52 +0000 (00:03 -0500)
commitdeb5cfb4f583c8942e30c91ce97b8128bcf9b81b
tree325106f54566344f5c4e0a9462695857ba9431db
parent8ed5d4da0b7f160bb903dfaa6ecc4f2f895f03f0
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 <yungchin@yungchin.nl>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
t/test.sh