summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-08-17 17:47:49 +0000
committerJim Meyering <jim@meyering.net>1996-08-17 17:47:49 +0000
commitf6d73bdb80f9aca98ff423e695589d0ef55fd9d0 (patch)
tree47cc0d7ebb258ee9ef889bef9c2a01bec049c01f /tests
parent91c0d0de6a89422fdd2a7042495d7e2afac84f18 (diff)
downloadcoreutils-f6d73bdb80f9aca98ff423e695589d0ef55fd9d0.tar.xz
.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/tr/build-script.pl2
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";;