From: Jim Meyering Date: Sun, 23 Jul 2000 11:07:05 +0000 (+0000) Subject: Rename tests (and hence files) to have a short X-Git-Tag: FILEUTILS-4_0x~12 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=2bfbe02e2feb7d9fe51ae3d31707bdd17eef36f3;p=thirdparty%2Fcoreutils.git Rename tests (and hence files) to have a short enough prefix so that they're not truncated on 8+3 file systems. Reported by Eli Zaretskii. --- diff --git a/tests/head/Test.pm b/tests/head/Test.pm index ce93b437ca..b278dbcf2d 100644 --- a/tests/head/Test.pm +++ b/tests/head/Test.pm @@ -43,10 +43,10 @@ my @tv = ( # Make sure counts are interpreted as decimal. # Before 2.0f, these would have been interpreted as octal -['no-octal-1', '-08', "\n"x12, "\n"x8, 0], -['no-octal-2', '-010', "\n"x12, "\n"x10, 0], -['no-octal-3', '-n 08', "\n"x12, "\n"x8, 0], -['no-octal-4', '-c 08', "\n"x12, "\n"x8, 0], +['no-oct-1', '-08', "\n"x12, "\n"x8, 0], +['no-oct-2', '-010', "\n"x12, "\n"x10, 0], +['no-oct-3', '-n 08', "\n"x12, "\n"x8, 0], +['no-oct-4', '-c 08', "\n"x12, "\n"x8, 0], ); sub test_vector