From cc60f3b86bc4a29d68852e02021fc719b22b5b2f Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 5 Jul 2009 13:52:37 +0200 Subject: Improved test order, added checklinks test messages --- test/checklinks | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/checklinks') 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 ]] -- cgit v1.2.3