From: Jim Meyering Date: Mon, 5 Aug 1996 04:07:42 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19b~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b741c592c54b56879e0152497c5cedaa0792e3e8;p=thirdparty%2Fcoreutils.git . --- diff --git a/tests/tr/build-script.pl b/tests/tr/build-script.pl index ff5c559fb7..ded2f8cb2c 100755 --- a/tests/tr/build-script.pl +++ b/tests/tr/build-script.pl @@ -25,7 +25,7 @@ while (<>) { next if (/^\s*#/); - chop; + chomp; my ($test_name, $input, $flags, $s1, $s2, $expected, $e_ret_code); my $prog = '($test_name, $input, $flags, $s1, $s2, $expected, $e_ret_code) = '