tests: fix false failure due to gdb inline function handling
[coreutils.git] / tests / no-perl
blob956a826466d27af0a92276a58faa8e9f15340251
1 #! /bin/sh
2 # Perl is not available, the test should be considered skipped.
3 # FD 9 should have been opened by the test suite harness, pointing
4 # to the original stderr (usually, the user's terminal).
5 echo "test skipped: no usable version of Perl found" >&9
6 exit 77