From: Jim Meyering Date: Fri, 18 Jul 2003 08:01:26 +0000 (+0000) Subject: (101, 102): Update tests of -c accordingly. X-Git-Tag: v5.0.90~215 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4efc97aa9f11c2b753b1bbaa9e79b3f7598badbd;p=thirdparty%2Fcoreutils.git (101, 102): Update tests of -c accordingly. --- diff --git a/tests/uniq/Test.pm b/tests/uniq/Test.pm index c254ef2c47..c846a1d023 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],