summaryrefslogtreecommitdiff
path: root/tests/ls-2/run-test
blob: da48586b342b33b09a903293966037dab45126ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

: ${PERL=perl}
: ${srcdir=.}

case "$PERL" in
  *'missing perl')
  echo 1>&2 "$0: configure didn't find a usable version of Perl, so can't run this test"
  exit 77
  ;;
esac

exec $PERL -w -I. -MT -- $srcdir/quoting