]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 12 Mar 2001 21:11:31 +0000 (21:11 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 12 Mar 2001 21:11:31 +0000 (21:11 +0000)
tests/fmt/basic

index 7571500393c45f57c36f9ba391a60b630cb47a2a..495aa569c8736977aa199de713c3c6ebac3331ff 100755 (executable)
@@ -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};