diff options
Diffstat (limited to 'testsuite/readlink.tests')
-rwxr-xr-x | testsuite/readlink.tests | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/readlink.tests b/testsuite/readlink.tests index ecc3ad03e..c7fc8adf0 100755 --- a/testsuite/readlink.tests +++ b/testsuite/readlink.tests | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | # Readlink tests. | 3 | # Readlink tests. |
4 | # Copyright 2006 by Natanael Copa <n@tanael.org> | 4 | # Copyright 2006 by Natanael Copa <n@tanael.org> |
5 | # Licensed under GPL v2, see file LICENSE for details. | 5 | # Licensed under GPLv2, see file LICENSE in this source tree. |
6 | 6 | ||
7 | . ./testing.sh | 7 | . ./testing.sh |
8 | 8 | ||
@@ -29,3 +29,5 @@ testing "readlink -f on a wierd dir" "readlink -f $TESTDIR/../$TESTFILE" "$PWD/$ | |||
29 | 29 | ||
30 | # clean up | 30 | # clean up |
31 | rm -r "$TESTLINK" "$TESTDIR" | 31 | rm -r "$TESTLINK" "$TESTDIR" |
32 | |||
33 | exit $((FAILCOUNT <= 255 ? FAILCOUNT : 255)) | ||