]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(repeat-000): Rename to `repeat-zeros' for the same reason.
authorJim Meyering <jim@meyering.net>
Wed, 12 Jan 2005 15:27:28 +0000 (15:27 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 12 Jan 2005 15:27:28 +0000 (15:27 +0000)
tests/tr/Test.pm

index 14215509744b0a348d37fcad1871b9a3a813a56e..b1fb423ff8c908ec594e6cf0f22b53b09af98b26 100755 (executable)
@@ -108,9 +108,9 @@ my @tv = (
 # Weird repeat counts.
 ['repeat-bs-9',          q|abc '[b*\9]'|, 'abcd', '[b*d', 0],
 ['repeat-0',             q|abc '[b*0]'|, 'abcd', 'bbbd', 0],
-['repeat-000',           q|abc '[b*00000000000000000000]'|, 'abcd', 'bbbd', 0],
+['repeat-zeros',         q|abc '[b*00000000000000000000]'|, 'abcd', 'bbbd', 0],
 ['repeat-compl', '-c ' . q|'[a*65536]\n' '[b*]'|, 'abcd', 'abbb', 0],
-['repeat-bigC',  '-C ' . q|'[a*65536]\n' '[b*]'|, 'abcd', 'abbb', 0],
+['repeat-xC',    '-C ' . q|'[a*65536]\n' '[b*]'|, 'abcd', 'abbb', 0],
 
 # From Glenn Fowler.
 ['fowler-1', q|ah -H|, 'aha', '-H-', 0],