diff options
| author | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-05 13:52:37 +0200 |
|---|---|---|
| committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-05 13:52:37 +0200 |
| commit | cc60f3b86bc4a29d68852e02021fc719b22b5b2f (patch) | |
| tree | 32a5e9b2de0967ced88a3471fc6b92e098cad669 /test/checklinks | |
| parent | e2c2e345fd37a026815df29e0f77a635a9af332d (diff) | |
Improved test order, added checklinks test messages
Diffstat (limited to 'test/checklinks')
| -rw-r--r-- | test/checklinks | 2 |
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 ]] |
