summaryrefslogtreecommitdiff
path: root/tests/wc/Test.pm
diff options
context:
space:
mode:
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