diff options
author | Jim Meyering <jim@meyering.net> | 1996-08-17 17:47:49 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-08-17 17:47:49 +0000 |
commit | f6d73bdb80f9aca98ff423e695589d0ef55fd9d0 (patch) | |
tree | 47cc0d7ebb258ee9ef889bef9c2a01bec049c01f /tests | |
parent | 91c0d0de6a89422fdd2a7042495d7e2afac84f18 (diff) | |
download | coreutils-f6d73bdb80f9aca98ff423e695589d0ef55fd9d0.tar.xz |
.
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";; |