From 12a0a583f6fe3303bd9dfb30de4a5fe46e8e486f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 30 Oct 2009 10:49:22 +0100 Subject: 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: --- tests/tail-2/assert | 2 +- tests/tail-2/assert-2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/tail-2') 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 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 -- cgit v1.2.3-54-g00ecf