Rename tests so that the associated files
authorJim Meyering <jim@meyering.net>
Mon, 13 Jan 1997 04:20:54 +0000 (04:20 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 13 Jan 1997 04:20:54 +0000 (04:20 +0000)
have names that are distinct even on filesystems on which file
names are case insensitive.

tests/cut/Test.pm

index bfbd6da..8a15c2c 100755 (executable)
@@ -49,13 +49,13 @@ my @tv = (
 # You must specify bytes or fields (or chars)
 ['z', '',              ":\n",                  "",                     1],
 # Empty field list
-['A', '-f \'\'',       ":\n",                  "",                     1],
+['empty-fl', '-f \'\'',        ":\n",                  "",                     1],
 # Missing field list
-['B', '-f',            ":\n",                  "",                     1],
+['missing-fl', '-f',   ":\n",                  "",                     1],
 # Empty byte list
-['C', '-b \'\'',       ":\n",                  "",                     1],
+['empty-bl', '-b \'\'',        ":\n",                  "",                     1],
 # Missing byte list
-['D', '-b',            ":\n",                  "",                     1],
+['missing-bl', '-b',   ":\n",                  "",                     1],
 );
 
 sub test_vector