summaryrefslogtreecommitdiff
path: root/tests/ls-2/run-test
blob: 799c4a3d3eddfa670857b2e22b35da066d600efc (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$srcdir -MFetish -- $srcdir/quoting