summaryrefslogtreecommitdiff
path: root/tests/init.cfg
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-12-22 11:49:25 +0100
committerJim Meyering <meyering@redhat.com>2010-12-22 11:52:11 +0100
commit887d530e62f7495de3a8289d07bf11a76390555b (patch)
tree1d0d508a8da33fda4d4ed5a2d11d5edc9c712a75 /tests/init.cfg
parent51f60a62372581fc7260f4c0eae52f06c39201ec (diff)
downloadcoreutils-887d530e62f7495de3a8289d07bf11a76390555b.tar.xz
maint: correct test-related comments
* tests/mv/i-3: Adjust comment to match just-changed code. Spotted by Pádraig Brady. * tests/init.cfg (retry_delay_): Correct spelling of function name in usage example.
Diffstat (limited to 'tests/init.cfg')
-rw-r--r--tests/init.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/init.cfg b/tests/init.cfg
index 2270c0d18..a7860e740 100644
--- a/tests/init.cfg
+++ b/tests/init.cfg
@@ -373,7 +373,7 @@ working_umask_or_skip_()
# Retry a function requiring a sufficient delay to _pass_
# using a truncated exponential backoff method.
-# Example: retry_delay dd_reblock_1 .1 6
+# Example: retry_delay_ dd_reblock_1 .1 6
# This example will call the dd_reblock_1 function with
# an initial delay of .1 second and call it at most 6 times
# with a max delay of 3.2s (doubled each time), or a total of 6.3s