summaryrefslogtreecommitdiff
path: root/tests/wc/Test.pm
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-11-02 14:28:10 +0000
committerJim Meyering <jim@meyering.net>1997-11-02 14:28:10 +0000
commit53424a82782960e08cef3259bbb8082a187a9498 (patch)
tree3875bc10544b29d18492ad94e75776b75a504358 /tests/wc/Test.pm
parent267987dd44f034c66561b1557d8ab56592697144 (diff)
downloadcoreutils-53424a82782960e08cef3259bbb8082a187a9498.tar.xz
*** empty log message ***
Diffstat (limited to 'tests/wc/Test.pm')
-rwxr-xr-xtests/wc/Test.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/wc/Test.pm b/tests/wc/Test.pm
index da81002f1..11607b035 100755
--- a/tests/wc/Test.pm
+++ b/tests/wc/Test.pm
@@ -20,8 +20,8 @@ my @tv = (
['b0', '', "", " 0 0 0\n", 0],
['b1', '', "a b\nc\n", " 2 3 6\n", 0],
['c0', '-L', "1\n12\n", " 2\n", 0],
-['c0', '-L', "1\n123\n1\n", " 3\n", 0],
-['c1', '-L', "\n123456", " 6\n", 0],
+['c1', '-L', "1\n123\n1\n", " 3\n", 0],
+['c2', '-L', "\n123456", " 6\n", 0],
);
sub test_vector