summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/checklinks7
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 ]]