1
0
Fork 0
coreutils/tests/no-perl
Daniel Baumann c08a8f7410
Adding upstream version 9.7.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 07:57:52 +02:00

6 lines
263 B
Bash

#!/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