summaryrefslogtreecommitdiff
path: root/tests/uniq
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-08-10 22:47:08 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-08-10 22:47:08 +0000
commitfaca6bfc15d1e0a868390db97e492ce1c2e9f923 (patch)
tree498eac5c630056762077a8c6ee5cec0f5683324c /tests/uniq
parentc5ff0b216ee0e7ae85b2c24f83a58de592120a46 (diff)
downloadcoreutils-faca6bfc15d1e0a868390db97e492ce1c2e9f923.tar.xz
Convert to UTF-8.
Diffstat (limited to 'tests/uniq')
-rw-r--r--tests/uniq/Test.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/uniq/Test.pm b/tests/uniq/Test.pm
index c846a1d02..ef5d048a5 100644
--- a/tests/uniq/Test.pm
+++ b/tests/uniq/Test.pm
@@ -15,7 +15,7 @@ my @tv = (
['6', '', "b\na\na\n", "b\na\n", 0],
['7', '', "a\nb\nc\n", "a\nb\nc\n", 0],
# Make sure that eight bit characters work
-['8', '', "๖\nv\n", "๖\nv\n", 0],
+['8', '', "รถ\nv\n", "รถ\nv\n", 0],
# Test output of -u option; only unique lines
['9', '-u', "a\na\n", "", 0],
['10', '-u', "a\nb\n", "a\nb\n", 0],