mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 03:12:48 +02:00
(repeat-bigC): Change test name from
`repeat-Compl', to avoid 8.3 conflict with `repeat-compl'.
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user