]> arthur.barton.de Git - bup.git/commit
configure-sampledata: test -h before -e when appropriate in --clean.
authorRob Browning <rlb@defaultvalue.org>
Sun, 17 Mar 2013 18:03:03 +0000 (13:03 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 17 Mar 2013 18:07:13 +0000 (13:07 -0500)
commit118e483b35e36ca011146e1ddea5b47f185888f7
tree9360f5f52a496df2e3b1e0bdf19a55297926b2b2
parent9b5ae5f53e0b162f19d5a612534c67454ffcf508
configure-sampledata: test -h before -e when appropriate in --clean.

Use "test -h" before "test -e" for items that might be dangling
symlinks since "test -e" returns false in that case.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
t/configure-sampledata