diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/checklinks | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/checklinks b/test/checklinks index 7b50c59..00b3da3 100644 --- a/test/checklinks +++ b/test/checklinks @@ -18,3 +18,10 @@ checklinks [[ $(cat foo) == $(cat bar) ]] [[ $(cat link) == $(cat file) ]] [[ $(cat blub) == $(cat flurbl) ]] + +checklinks --remove +[[ -e bar ]] +[[ ! -e link ]] +[[ -e file ]] +[[ ! -e blub ]] +[[ -e flurbl ]] |