From: Jim Meyering Date: Fri, 6 Mar 2009 10:12:32 +0000 (+0100) Subject: tests: fix just-introduced typo in rm/ext3-perf X-Git-Tag: v7.2~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d71171e01fb7f585fc3864866c0a30a4064380f;p=thirdparty%2Fcoreutils.git 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". --- diff --git a/tests/rm/ext3-perf b/tests/rm/ext3-perf index 6ca87a067c..3b7e259b74 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)