From 5d71171e01fb7f585fc3864866c0a30a4064380f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 6 Mar 2009 11:12:32 +0100 Subject: 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". --- tests/rm/ext3-perf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/rm') 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) -- cgit v1.2.3-54-g00ecf