mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-22 08:17:26 +08:00
.
This commit is contained in:
parent
9d76e7ffbb
commit
98b9e6e30b
@ -10,7 +10,7 @@ use Test;
|
|||||||
|
|
||||||
$| = 1;
|
$| = 1;
|
||||||
|
|
||||||
my $xx = '../../src/tr';
|
my $xx = $ARGV[0];
|
||||||
|
|
||||||
print <<EOF;
|
print <<EOF;
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
@ -20,7 +20,7 @@ case \$# in
|
|||||||
*) xx="\$1";;
|
*) xx="\$1";;
|
||||||
esac
|
esac
|
||||||
test "\$VERBOSE" && echo=echo || echo=:
|
test "\$VERBOSE" && echo=echo || echo=:
|
||||||
\$echo testing with $xx=\$xx
|
\$echo testing program: \$xx
|
||||||
errors=0
|
errors=0
|
||||||
test "\$srcdir" || srcdir=.
|
test "\$srcdir" || srcdir=.
|
||||||
test "\$VERBOSE" && \$xx --version 2> /dev/null
|
test "\$VERBOSE" && \$xx --version 2> /dev/null
|
||||||
|
Loading…
Reference in New Issue
Block a user