From e1908ae95dd4c9d19ee4dfabfc8bf8a7f85943fe Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 18:58:41 +0200 Subject: Adding upstream version 9.4. Signed-off-by: Daniel Baumann --- tests/no-perl | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/no-perl (limited to 'tests/no-perl') diff --git a/tests/no-perl b/tests/no-perl new file mode 100644 index 0000000..19cfcfb --- /dev/null +++ b/tests/no-perl @@ -0,0 +1,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 -- cgit v1.2.3