From: Jim Meyering Date: Sat, 1 Feb 1997 16:41:08 +0000 (+0000) Subject: . X-Git-Tag: SH-UTILS-1_16a~304 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=67c51751386d2add78e5477925e3314966f22ad5;p=thirdparty%2Fcoreutils.git . --- diff --git a/tests/cut/mk-script.pl b/tests/cut/mk-script.pl index 4f10cabae2..48b4b1db6f 100644 --- a/tests/cut/mk-script.pl +++ b/tests/cut/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 20 characters" - if (length ($i) > 20); + die "$0: $i: generated test file name would be longer than 14 characters" + if (length ($i) > 14); } my %h = ( diff --git a/tests/head/mk-script.pl b/tests/head/mk-script.pl index 4f10cabae2..48b4b1db6f 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 20 characters" - if (length ($i) > 20); + die "$0: $i: generated test file name would be longer than 14 characters" + if (length ($i) > 14); } my %h = ( diff --git a/tests/join/mk-script.pl b/tests/join/mk-script.pl index 4f10cabae2..48b4b1db6f 100644 --- a/tests/join/mk-script.pl +++ b/tests/join/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 20 characters" - if (length ($i) > 20); + die "$0: $i: generated test file name would be longer than 14 characters" + if (length ($i) > 14); } my %h = ( diff --git a/tests/ls/mk-script.pl b/tests/ls/mk-script.pl index 4f10cabae2..48b4b1db6f 100644 --- a/tests/ls/mk-script.pl +++ b/tests/ls/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 20 characters" - if (length ($i) > 20); + die "$0: $i: generated test file name would be longer than 14 characters" + if (length ($i) > 14); } my %h = (