diff options
author | Jim Meyering <jim@meyering.net> | 1998-04-27 05:02:56 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-04-27 05:02:56 +0000 |
commit | 05ffec210e3ce0fb007eb13b4e6c8165eba7fa12 (patch) | |
tree | 047e3519423bc62e4295a5be7cd03d08ebe02d99 /tests/tail | |
parent | 163f7f9c2017587feb80442acd23799f246d0105 (diff) | |
download | coreutils-05ffec210e3ce0fb007eb13b4e6c8165eba7fa12.tar.xz |
Disable test f-1, now that it fails.
Diffstat (limited to 'tests/tail')
-rwxr-xr-x | tests/tail/Test.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tail/Test.pm b/tests/tail/Test.pm index 37bc5201a..e40bbbaf4 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 |