tests: factor 350 fail=0 initializations into test-lib.sh
[platform/upstream/coreutils.git] / tests / mkdir / p-v
index 5f2468e..0d32322 100755 (executable)
@@ -23,7 +23,6 @@ fi
 
 . $srcdir/test-lib.sh
 
-fail=0
 mkdir -pv foo/a/b/c/d >out || fail=1
 
 diff - out <<\EOF