From dc339f4f80596cb0b29754400b6c026e1b95e5d9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 12 Jan 2005 15:00:51 +0000 Subject: (repeat-bigC): Change test name from `repeat-Compl', to avoid 8.3 conflict with `repeat-compl'. --- tests/tr/Test.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/tr') diff --git a/tests/tr/Test.pm b/tests/tr/Test.pm index 0cd96a9c2..142155097 100755 --- a/tests/tr/Test.pm +++ b/tests/tr/Test.pm @@ -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], -- cgit v1.2.3-54-g00ecf