diff options
Diffstat (limited to 'tests/misc/pr')
-rwxr-xr-x | tests/misc/pr | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/tests/misc/pr b/tests/misc/pr index 0b7e0a210..550c6d6f2 100755 --- a/tests/misc/pr +++ b/tests/misc/pr @@ -17,15 +17,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -: ${PERL=perl} : ${srcdir=.} - - -$PERL -e 'use warnings;' > /dev/null 2>&1 || { - echo 1>&2 "$0: configure didn't find a usable version of Perl," \ - "so can't run this test" - exit 77 -} +. $srcdir/../require-perl me=`echo $0|sed 's,.*/,,'` exec $PERL -w -I$srcdir/.. -MCoreutils -M"CuTmpdir qw($me)" -- - <<\EOF |