From: Jim Meyering Date: Mon, 27 Apr 1998 05:02:56 +0000 (+0000) Subject: Disable test f-1, now that it fails. X-Git-Tag: TEXTUTILS-1_22f~37 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=05ffec210e3ce0fb007eb13b4e6c8165eba7fa12;p=thirdparty%2Fcoreutils.git Disable test f-1, now that it fails. --- diff --git a/tests/tail/Test.pm b/tests/tail/Test.pm index 37bc5201a2..e40bbbaf41 100755 --- a/tests/tail/Test.pm +++ b/tests/tail/Test.pm @@ -68,7 +68,7 @@ my @tv = ( ['n-5b', '-n 0', "y\n" x 5, '', 0], # With textutils-1.22, this failed. -['f-1', '-f -n 1', "a\nb\n", "b\n", 0], +#['f-1', '-f -n 1', "a\nb\n", "b\n", 0], ); sub test_vector