tests: factor 350 fail=0 initializations into test-lib.sh
[platform/upstream/coreutils.git] / tests / rm / unread2
index 3b7b6f2..c1bb4c2 100755 (executable)
@@ -27,7 +27,6 @@ skip_if_root_
 mkdir -p a/b || framework_failure
 chmod u-r a
 
-fail=0
 
 # This should fail.
 rm -rf a > out 2>&1 && fail=1