summaryrefslogtreecommitdiff
path: root/test/checklinks
diff options
context:
space:
mode:
Diffstat (limited to 'test/checklinks')
-rw-r--r--test/checklinks2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/checklinks b/test/checklinks
index 00b3da3..ce5c133 100644
--- a/test/checklinks
+++ b/test/checklinks
@@ -14,11 +14,13 @@ echo barbl > bar
echo flurbl > file
echo morp > flurbl
+echo "# checklinks"
checklinks
[[ $(cat foo) == $(cat bar) ]]
[[ $(cat link) == $(cat file) ]]
[[ $(cat blub) == $(cat flurbl) ]]
+echo "# checklinks --remove"
checklinks --remove
[[ -e bar ]]
[[ ! -e link ]]