summaryrefslogtreecommitdiff
path: root/tests/rm/ext3-perf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rm/ext3-perf')
-rwxr-xr-xtests/rm/ext3-perf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/ext3-perf b/tests/rm/ext3-perf
index 6ca87a067..3b7e259b7 100755
--- a/tests/rm/ext3-perf
+++ b/tests/rm/ext3-perf
@@ -70,7 +70,7 @@ echo creating a $n-entry directory took $setup_duration seconds
# If set-up took longer than the default $threshold_seconds,
# use the longer set-up duration as the limit.
test $threshold_seconds -lt $setup_duration \
- threshold_seconds=$setup_duration
+ && threshold_seconds=$setup_duration
fail=0
start=$(date +%s)