diff options
Diffstat (limited to 'tests/tail-2/assert-2')
-rwxr-xr-x | tests/tail-2/assert-2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tail-2/assert-2 b/tests/tail-2/assert-2 index f3ef89d36..17b0d5568 100755 --- a/tests/tail-2/assert-2 +++ b/tests/tail-2/assert-2 @@ -43,7 +43,7 @@ mv f foo wait case "`cat err`" in - *$ok) fail=0;; + *$ok) ;; *) fail=1;; esac |