summaryrefslogtreecommitdiff
path: root/tests/dircolors/run-test
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-08-26 15:13:56 +0000
committerJim Meyering <jim@meyering.net>1998-08-26 15:13:56 +0000
commitda190d7c068f35c18a653be695e783d9e923bec2 (patch)
tree30ab39d09a75906dca42d6f03f150ad24fe01370 /tests/dircolors/run-test
parentddd448d549d39d3ddbf588a7f58a46db78afa776 (diff)
downloadcoreutils-da190d7c068f35c18a653be695e783d9e923bec2.tar.xz
.
Diffstat (limited to 'tests/dircolors/run-test')
-rwxr-xr-xtests/dircolors/run-test13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/dircolors/run-test b/tests/dircolors/run-test
new file mode 100755
index 000000000..e6f765c81
--- /dev/null
+++ b/tests/dircolors/run-test
@@ -0,0 +1,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