summaryrefslogtreecommitdiff
path: root/tests/tail-2/assert-2
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-10-30 10:49:22 +0100
committerJim Meyering <meyering@redhat.com>2009-10-30 10:49:22 +0100
commit12a0a583f6fe3303bd9dfb30de4a5fe46e8e486f (patch)
tree407e9af16f016d6eddbb1ba0b88d2223d0bc5113 /tests/tail-2/assert-2
parent39da66f979c206946e5593dbd432e88905a9e383 (diff)
downloadcoreutils-12a0a583f6fe3303bd9dfb30de4a5fe46e8e486f.tar.xz
tests: remove the less-regular fail=0 assignments manually
* tests/tail-2/assert-2: * tests/tail-2/assert: * tests/cp/file-perm-race: * tests/misc/df: * tests/misc/truncate-dir-fail:
Diffstat (limited to 'tests/tail-2/assert-2')
-rwxr-xr-xtests/tail-2/assert-22
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