tests: factor 350 fail=0 initializations into test-lib.sh
[platform/upstream/coreutils.git] / tests / rm / ext3-perf
index ad97e17..90ba9bb 100755 (executable)
@@ -72,7 +72,6 @@ echo creating a $n-entry directory took $setup_duration seconds
 test $threshold_seconds -lt $setup_duration \
   && threshold_seconds=$setup_duration
 
-fail=0
 start=$(date +%s)
 timeout ${threshold_seconds}s rm -rf d; err=$?
 duration=$(expr $(date +%s) - $start)