From: Jim Meyering Date: Fri, 4 Apr 1997 03:18:04 +0000 (+0000) Subject: Add test from Phil Richards. X-Git-Tag: SH-UTILS-1_16a~144 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d648c45ed57191208de18362a8771fd60de15d0;p=thirdparty%2Fcoreutils.git Add test from Phil Richards. --- diff --git a/tests/cut/Test.pm b/tests/cut/Test.pm index 122194b48f..fc6893fc39 100755 --- a/tests/cut/Test.pm +++ b/tests/cut/Test.pm @@ -58,6 +58,12 @@ my @tv = ( ['empty-bl', '-b \'\'', ":\n", "", 1], # Missing byte list ['missing-bl', '-b', ":\n", "", 1], + +# This test fails with cut from textutils-1.22. +['empty-f1', '-f1', "", "", 0], + +['empty-f2', '-f2', "", "", 0], + ); sub test_vector