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