diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/tr/build-script.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tr/build-script.pl b/tests/tr/build-script.pl index 60241415c..0ae14a17a 100755 --- a/tests/tr/build-script.pl +++ b/tests/tr/build-script.pl @@ -12,7 +12,7 @@ my $xx = '../../src/tr'; print <<EOF; #! /bin/sh -# run-test generated automatically by build-script from test.data.pl +# This script was generated automatically by build-script. case \$# in 0) xx='$xx';; *) xx="\$1";; |