summaryrefslogtreecommitdiff
path: root/tests/rm
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-03-06 11:12:32 +0100
committerJim Meyering <meyering@redhat.com>2009-03-06 11:48:16 +0100
commit5d71171e01fb7f585fc3864866c0a30a4064380f (patch)
tree5a814cc172c4755c97837c25e61d5b5fbbcd5092 /tests/rm
parentc763b485f50690b955f0926c9feba4684476e5e3 (diff)
downloadcoreutils-5d71171e01fb7f585fc3864866c0a30a4064380f.tar.xz
tests: fix just-introduced typo in rm/ext3-perf
* tests/rm/ext3-perf: Fix typo in commit 2b1e6636bea, 2009-02-27 "tests: rm/ext3-perf: relax this test".
Diffstat (limited to 'tests/rm')
-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)