From b741c592c54b56879e0152497c5cedaa0792e3e8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 5 Aug 1996 04:07:42 +0000 Subject: [PATCH] . --- tests/tr/build-script.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tr/build-script.pl b/tests/tr/build-script.pl index ff5c559..ded2f8c 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) = ' -- 2.7.4