diff options
author | Jim Meyering <jim@meyering.net> | 1998-10-03 04:58:21 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-10-03 04:58:21 +0000 |
commit | 2239a0ff2c0ca6eb502ab39b5e6edf5c3c2d2ffe (patch) | |
tree | f01c1ab6e45665ce4fa98a16375ba836bb76a89f /tests | |
parent | 0345ac460a897f30d5c7cf1aef2065a322158f1d (diff) | |
download | coreutils-2239a0ff2c0ca6eb502ab39b5e6edf5c3c2d2ffe.tar.xz |
.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/ls-2/run-test | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/ls-2/run-test b/tests/ls-2/run-test deleted file mode 100755 index 33fd91549..000000000 --- a/tests/ls-2/run-test +++ /dev/null @@ -1,13 +0,0 @@ -#!/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 |