File: no-perl

package info (click to toggle)
grep 3.11-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 16,392 kB
  • sloc: ansic: 95,031; sh: 12,720; perl: 606; makefile: 386; awk: 71; sed: 16
file content (6 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (8)
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