diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-16 16:45:10 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-16 16:45:10 +0200 |
commit | 00ef8525200cd887f206ebdaf973058ee4581742 (patch) | |
tree | cd2c493125d7b229d3fa6edea0213d0c3cc2559f /test | |
parent | 81c0fa5c3b74568b8f3ccf57f214ccbfc52ae20b (diff) |
checklinks: --remove: unlink hardlink sources as well
Diffstat (limited to 'test')
-rw-r--r-- | test/checklinks | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/checklinks b/test/checklinks index 5b70e27..53d36c6 100644 --- a/test/checklinks +++ b/test/checklinks @@ -22,6 +22,7 @@ checklinks echo "# checklinks --remove" checklinks --remove +[[ ! -e foo ]] [[ -e bar ]] [[ ! -e link ]] [[ -e file ]] |