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/misc/df | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'tests/misc/df') diff --git a/tests/misc/df b/tests/misc/df index 790309cce..4ebd29b56 100755 --- a/tests/misc/df +++ b/tests/misc/df @@ -25,10 +25,8 @@ fi case `df .` in *' -'*) - fail=0;; -*) - fail=1;; +'*) ;; +*) fail=1;; esac Exit $fail -- cgit v1.2.3-54-g00ecf