mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 03:12:48 +02:00
.
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
#! @PERL@ -w
|
||||
# -*- perl -*-
|
||||
# @configure_input@
|
||||
|
||||
require 5.002;
|
||||
use strict;
|
||||
|
||||
$| = 1;
|
||||
|
||||
my $xx = '../../src/tr';
|
||||
|
||||
print <<EOF;
|
||||
#! /bin/sh
|
||||
# run-test generated automatically by build-script from test.data.pl
|
||||
@@ -11,7 +16,7 @@ case \$# in
|
||||
0) xx='$xx';;
|
||||
*) xx="\$1";;
|
||||
esac
|
||||
echo=echo
|
||||
echo=:
|
||||
\$echo testing with $xx=\$xx
|
||||
errors=0
|
||||
test "\$srcdir" || srcdir=.
|
||||
|
||||
Reference in New Issue
Block a user