summaryrefslogtreecommitdiff
path: root/tests/no-perl
blob: 19cfcfbc82989da981bb6afa2e18964d8f932f17 (plain)
1
2
3
4
5
6
#!/bin/sh
# Perl is not available, the test should be considered skipped.
# FD 9 should have been opened by the test suite harness, pointing
# to the original stderr (usually, the user's terminal).
echo "test skipped: no usable version of Perl found" >&9
exit 77