summaryrefslogtreecommitdiff
path: root/tests/tail-2/assert
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tail-2/assert')
-rwxr-xr-xtests/tail-2/assert2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tail-2/assert b/tests/tail-2/assert
index 416f206a1..65e4ab3c3 100755
--- a/tests/tail-2/assert
+++ b/tests/tail-2/assert
@@ -55,7 +55,7 @@ mv f foo
wait
case "`cat err`" in
- *$ok) fail=0;;
+ *$ok) ;;
*) fail=1;;
esac