File: no-perl

package info (click to toggle)
grep 3.6-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 14,348 kB
  • sloc: ansic: 86,034; sh: 11,681; perl: 606; makefile: 378; awk: 71; sed: 16
file content (6 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (10)
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