tests: factor 350 fail=0 initializations into test-lib.sh
[platform/upstream/coreutils.git] / tests / rm / sunos-1
index af8e2f3..74d039f 100755 (executable)
@@ -28,7 +28,6 @@ fi
 
 . $srcdir/test-lib.sh
 
-fail=0
 rm -r '' > /dev/null 2>&1 && fail=1
 
 Exit $fail