]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Rename tests (and hence files) to have a short
authorJim Meyering <jim@meyering.net>
Sun, 23 Jul 2000 11:07:05 +0000 (11:07 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 23 Jul 2000 11:07:05 +0000 (11:07 +0000)
enough prefix so that they're not truncated on 8+3 file systems.
Reported by Eli Zaretskii.

tests/head/Test.pm

index ce93b437ca66bf9112bbccff58dcf52e8441c7be..b278dbcf2d35e7e3c43a55bb1a1fae7f4a292d4e 100644 (file)
@@ -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