From 4efc97aa9f11c2b753b1bbaa9e79b3f7598badbd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 18 Jul 2003 08:01:26 +0000 Subject: (101, 102): Update tests of -c accordingly. --- tests/uniq/Test.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/uniq') diff --git a/tests/uniq/Test.pm b/tests/uniq/Test.pm index c254ef2c4..c846a1d02 100644 --- a/tests/uniq/Test.pm +++ b/tests/uniq/Test.pm @@ -70,8 +70,8 @@ my @tv = ( ['93', '-f 2', "a\ta a\na a a\n", "a\ta a\n", 0], ['94', '-f 1', "a\ta\na\ta\n", "a\ta\n", 0], # Check the count option; add tests for other options too -['101', '-c', "a\nb\n", " 1\ta\n 1\tb\n", 0], -['102', '-c', "a\na\n", " 2\ta\n", 0], +['101', '-c', "a\nb\n", " 1 a\n 1 b\n", 0], +['102', '-c', "a\na\n", " 2 a\n", 0], # Check the local -D (--all-repeated) option ['110', '-D', "a\na\n", "a\na\n", 0], ['111', '-D -w1',"a a\na b\n", "a a\na b\n", 0], -- cgit v1.2.3-70-g09d2