diff options
author | Jim Meyering <meyering@redhat.com> | 2009-03-06 11:12:32 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-03-06 11:48:16 +0100 |
commit | 5d71171e01fb7f585fc3864866c0a30a4064380f (patch) | |
tree | 5a814cc172c4755c97837c25e61d5b5fbbcd5092 | |
parent | c763b485f50690b955f0926c9feba4684476e5e3 (diff) | |
download | coreutils-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".
-rwxr-xr-x | 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 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) |