Perhaps Solaris sh wants us to explicitly exit 0, rather than just
authorMartin Pool <mbp@samba.org>
Fri, 14 Dec 2001 05:27:42 +0000 (05:27 +0000)
committerMartin Pool <mbp@samba.org>
Fri, 14 Dec 2001 05:27:42 +0000 (05:27 +0000)
using the last return code?

testsuite/symlink-ignore.test

index 65ecaf2..47425f3 100644 (file)
@@ -22,5 +22,5 @@ build_symlinks || test_fail "failed to build symlinks"
 [ -e $todir/relative ] && test_fail "relative symlink was copied"
 [ -e $todir/absolute ] && test_fail "absolute symlink was copied"
 
-true # last [] may have failed but if we get here then we've one
+exit 0 # last [] may have failed but if we get here then we've one