Blame tests/no-perl

Packit 709fb3
#! /bin/sh
Packit 709fb3
# Perl is not available, the test should be considered skipped.
Packit 709fb3
# FD 9 should have been opened by the test suite harness, pointing
Packit 709fb3
# to the original stderr (usually, the user's terminal).
Packit 709fb3
echo "test skipped: no usable version of Perl found" >&9
Packit 709fb3
exit 77