summaryrefslogtreecommitdiff
path: root/tests/dircolors/run-test
blob: e6f765c81cf4484f94b41fe1e7fcc1d9ce90d72e (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/simple