1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-03 14:59:53 +02:00
Files
coreutils/tests/require-perl
T

7 lines
181 B
Plaintext
Raw Normal View History

: ${PERL=perl}
$PERL -e 'use warnings' > /dev/null 2>&1 || {
echo 1>&2 "$0: configure did not find a usable version of Perl," \
"so skipping this test"
(exit 77); exit 77
}