From: Jim Meyering Date: Mon, 13 Jan 1997 04:20:54 +0000 (+0000) Subject: Rename tests so that the associated files X-Git-Tag: TEXTUTILS-1_21a~102 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b9213f1227d06646d8ab49389c7e23ad24521ab;p=platform%2Fupstream%2Fcoreutils.git Rename tests so that the associated files have names that are distinct even on filesystems on which file names are case insensitive. --- diff --git a/tests/cut/Test.pm b/tests/cut/Test.pm index bfbd6da..8a15c2c 100755 --- a/tests/cut/Test.pm +++ b/tests/cut/Test.pm @@ -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