]> arthur.barton.de Git - bup.git/commit
t/test.sh: fix test failure when $top_dir has a dot-name
authorOei, Yung-Chin <yungchin@yungchin.nl>
Mon, 3 Sep 2012 16:50:30 +0000 (17:50 +0100)
committerRob Browning <rlb@defaultvalue.org>
Sat, 22 Dec 2012 17:35:41 +0000 (11:35 -0600)
commit71a18a1b57d2061626153165108a9623ad8c4a02
tree66769a124a4e7e3e4f6639f61f043042f0057d84
parentfcd4f26367aec5e3933c2dfca53a215a8523dfe1
t/test.sh: fix test failure when $top_dir has a dot-name

Fix the admittedly rare case where we're running tests from a tree
that has a dot-name at its base, which only 'bup ls -a' will print.
This problem was originally encountered on a system that keeps mounts
under '/.autofs/'.

Signed-off-by: Yung-Chin Oei <yungchin@yungchin.nl>
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
t/test.sh