]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tests: fix just-introduced typo in rm/ext3-perf
authorJim Meyering <meyering@redhat.com>
Fri, 6 Mar 2009 10:12:32 +0000 (11:12 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 6 Mar 2009 10:48:16 +0000 (11:48 +0100)
* tests/rm/ext3-perf: Fix typo in commit 2b1e6636bea,
2009-02-27 "tests: rm/ext3-perf: relax this test".

tests/rm/ext3-perf

index 6ca87a067c0013fa81115a19b55919164bb7abc0..3b7e259b7450112cc6137a94a80fb831ac527f5e 100755 (executable)
@@ -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)