find:: get rid of nested function (it's a gcc-ism)
[oweals/busybox.git] / testsuite / readlink.tests
index ecc3ad03e719d8746f8754220bc2cdba77c12780..c7fc8adf008d390c0e52071ae0506d574e630a8d 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Readlink tests.
 # Copyright 2006 by Natanael Copa <n@tanael.org>
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
 
 . ./testing.sh
 
@@ -29,3 +29,5 @@ testing "readlink -f on a wierd dir" "readlink -f $TESTDIR/../$TESTFILE" "$PWD/$
 
 # clean up
 rm -r "$TESTLINK" "$TESTDIR"
+
+exit $((FAILCOUNT <= 255 ? FAILCOUNT : 255))