summaryrefslogtreecommitdiff
path: root/tests/rm/ext3-perf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rm/ext3-perf')
-rwxr-xr-xtests/rm/ext3-perf1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/rm/ext3-perf b/tests/rm/ext3-perf
index ad97e1708..90ba9bb5a 100755
--- a/tests/rm/ext3-perf
+++ b/tests/rm/ext3-perf
@@ -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)