tests: factor 350 fail=0 initializations into test-lib.sh
[platform/upstream/coreutils.git] / tests / mv / atomic
index 8dd2265..ef78d52 100755 (executable)
@@ -35,7 +35,6 @@ require_strace_ unlink
 ln -s t1 s1 || framework_failure
 ln -s t2 s2 || framework_failure
 
-fail=0
 
 strace -qe unlink mv -T s1 s2 > out 2>&1 || fail=1
 $EGREP 'unlink.*"s1"' out && fail=1