]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(repeat-bigC): Change test name from
authorJim Meyering <jim@meyering.net>
Wed, 12 Jan 2005 15:00:51 +0000 (15:00 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 12 Jan 2005 15:00:51 +0000 (15:00 +0000)
`repeat-Compl', to avoid 8.3 conflict with `repeat-compl'.

tests/tr/Test.pm

index 0cd96a9c200c61c9666a875d13d9cfbc0e41772e..14215509744b0a348d37fcad1871b9a3a813a56e 100755 (executable)
@@ -110,7 +110,7 @@ my @tv = (
 ['repeat-0',             q|abc '[b*0]'|, 'abcd', 'bbbd', 0],
 ['repeat-000',           q|abc '[b*00000000000000000000]'|, 'abcd', 'bbbd', 0],
 ['repeat-compl', '-c ' . q|'[a*65536]\n' '[b*]'|, 'abcd', 'abbb', 0],
-['repeat-Compl', '-C ' . q|'[a*65536]\n' '[b*]'|, 'abcd', 'abbb', 0],
+['repeat-bigC',  '-C ' . q|'[a*65536]\n' '[b*]'|, 'abcd', 'abbb', 0],
 
 # From Glenn Fowler.
 ['fowler-1', q|ah -H|, 'aha', '-H-', 0],