diff options
author | Jim Meyering <jim@meyering.net> | 1997-02-01 16:39:27 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-02-01 16:39:27 +0000 |
commit | bece4592b4122756046b05b5d2b78ab2506a1363 (patch) | |
tree | f07c1131bd61c5c904a7ae5cd77efae5714aeb1f /tests/head | |
parent | 0081aea9e1389733a081dc3a92f4402271d970ce (diff) | |
download | coreutils-bece4592b4122756046b05b5d2b78ab2506a1363.tar.xz |
update for 20.1 patch from roland
Diffstat (limited to 'tests/head')
-rw-r--r-- | tests/head/mk-script.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/head/mk-script.pl b/tests/head/mk-script.pl index 48b4b1db6..4f10cabae 100644 --- a/tests/head/mk-script.pl +++ b/tests/head/mk-script.pl @@ -122,8 +122,8 @@ sub spec_to_list ($$$) foreach $i (@explicit_file, @maint_gen_file) { - die "$0: $i: generated test file name would be longer than 14 characters" - if (length ($i) > 14); + die "$0: $i: generated test file name would be longer than 20 characters" + if (length ($i) > 20); } my %h = ( |