summaryrefslogtreecommitdiff
path: root/tests/fmt/basic
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/fmt/basic
parentc5ff0b216ee0e7ae85b2c24f83a58de592120a46 (diff)
downloadcoreutils-faca6bfc15d1e0a868390db97e492ce1c2e9f923.tar.xz
Convert to UTF-8.
Diffstat (limited to 'tests/fmt/basic')
-rwxr-xr-xtests/fmt/basic6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/fmt/basic b/tests/fmt/basic
index 991f01d69..28c4fb91a 100755
--- a/tests/fmt/basic
+++ b/tests/fmt/basic
@@ -24,9 +24,9 @@ use strict;
my @Tests =
(
- ['8-bit-pfx', qw (-p 'ç'),
- {IN=> "ça\nçb\n"},
- {OUT=>"ça b\n"}],
+ ['8-bit-pfx', qw (-p 'ç'),
+ {IN=> "ça\nçb\n"},
+ {OUT=>"ça b\n"}],
['wide-1', '-w 32768',
{ERR => "fmt: invalid width: `32768'\n"}, {EXIT => 1}],
['wide-2', '-w 2147483647',