bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] tests: fix just-introduced typo in rm/ext3-perf


From: Jim Meyering
Subject: [PATCH] tests: fix just-introduced typo in rm/ext3-perf
Date: Fri, 06 Mar 2009 11:49:33 +0100

I just noticed a typo that could make one of the most "expensive"
tests fail.  Here's the fix:

>From 5d71171e01fb7f585fc3864866c0a30a4064380f Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Fri, 6 Mar 2009 11:12:32 +0100
Subject: [PATCH] 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 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/rm/ext3-perf b/tests/rm/ext3-perf
index 6ca87a0..3b7e259 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)
--
1.6.2.rc1.285.gc5f54




reply via email to

[Prev in Thread] Current Thread [Next in Thread]