diff options
author | Jim Meyering <jim@meyering.net> | 1996-08-17 18:30:48 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-08-17 18:30:48 +0000 |
commit | c7066e8caa7bc08415142aee991faf5df1ed66cc (patch) | |
tree | c8346092b3d14e324cc677522f9565402f8ca836 /tests | |
parent | fa674d651cb07eac263d5ee04a4b25e995eb87ab (diff) | |
download | coreutils-c7066e8caa7bc08415142aee991faf5df1ed66cc.tar.xz |
.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/tr/tr-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tr/tr-tests b/tests/tr/tr-tests index ef0d6bfc9..5650d9a23 100755 --- a/tests/tr/tr-tests +++ b/tests/tr/tr-tests @@ -1,5 +1,5 @@ #! /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='../../src/tr';; *) xx="$1";; |