]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Disable test f-1, now that it fails.
authorJim Meyering <jim@meyering.net>
Mon, 27 Apr 1998 05:02:56 +0000 (05:02 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 27 Apr 1998 05:02:56 +0000 (05:02 +0000)
tests/tail/Test.pm

index 37bc5201a2f335060bc4a99a4015541e01c17ae8..e40bbbaf410a7fb2e8f24c445e9b287a90cb9391 100755 (executable)
@@ -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