diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-07-18 17:26:25 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-07-18 17:26:25 +0200 |
commit | e414896f38860abc5d51c8a1eda023db3757501a (patch) | |
tree | 94c3f67f0f6d52224aee0a669d94aae791eb337c /testsuite | |
parent | c1fc3d3000f27f3c266ba606a186b9b1da0b0c2c (diff) |
silly whitespace fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/uniq.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/uniq.tests b/testsuite/uniq.tests index 8961d669c..94c45592f 100755 --- a/testsuite/uniq.tests +++ b/testsuite/uniq.tests @@ -50,7 +50,7 @@ testing "uniq input - (specify stdout)" "uniq input -" \ testing "uniq -c (occurrence count)" "uniq -c | sed 's/^[ \t]*//'" \ "1 one\n2 two\n3 three\n" "" \ "one\ntwo\ntwo\nthree\nthree\nthree\n" -testing "uniq -d (dups only) " "uniq -d" "two\nthree\n" "" \ +testing "uniq -d (dups only)" "uniq -d" "two\nthree\n" "" \ "one\ntwo\ntwo\nthree\nthree\nthree\n" testing "uniq -f -s (skip fields and chars)" "uniq -f2 -s 3" \ |