]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 15 Aug 1998 18:38:04 +0000 (18:38 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 15 Aug 1998 18:38:04 +0000 (18:38 +0000)
tests/ls-2/run-test [new file with mode: 0755]

diff --git a/tests/ls-2/run-test b/tests/ls-2/run-test
new file mode 100755 (executable)
index 0000000..6b8301e
--- /dev/null
@@ -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 -I. -MT -- $srcdir/quoting