From 2bfbe02e2feb7d9fe51ae3d31707bdd17eef36f3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 23 Jul 2000 11:07:05 +0000 Subject: 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. --- tests/head/Test.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/head') diff --git a/tests/head/Test.pm b/tests/head/Test.pm index ce93b437c..b278dbcf2 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 -- cgit v1.2.3-70-g09d2