diff options
author | Jim Meyering <jim@meyering.net> | 2001-03-12 21:11:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-03-12 21:11:31 +0000 |
commit | 7cb4c9284d9a629cfcc868fe05bc971eaa0f4fc7 (patch) | |
tree | 642e9cbec0054508ed317add2e677884bd5da750 /tests/fmt | |
parent | d998775909edeb1d82086e9cce9f5b846d226723 (diff) | |
download | coreutils-7cb4c9284d9a629cfcc868fe05bc971eaa0f4fc7.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests/fmt')
-rwxr-xr-x | tests/fmt/basic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fmt/basic b/tests/fmt/basic index 757150039..495aa569c 100755 --- a/tests/fmt/basic +++ b/tests/fmt/basic @@ -24,7 +24,7 @@ my @Tests = ( ['8-bit-pfx', qw (-p 'ç'), {IN=> "ça\nçb\n"}, - {OUT=>"ça çb\n"}], + {OUT=>"ça b\n"}], ); my $save_temps = $ENV{DEBUG}; |