From: Jarkko Hietaniemi Date: Tue, 26 Jun 2001 13:18:34 +0000 (+0000) Subject: No more pragma/*.t for minitest. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=aabd84f86dd0e02a14324f054b64493135e979e9;p=p5sagit%2Fp5-mst-13.2.git No more pragma/*.t for minitest. p4raw-id: //depot/perl@10957 --- diff --git a/Makefile.SH b/Makefile.SH index af19641..6c031f6 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -1003,7 +1003,7 @@ minitest: miniperl lib/re.pm @echo "You may see some irrelevant test failures if you have been unable" @echo "to build lib/Config.pm." - cd t && (rm -f perl$(EXE_EXT); $(LNS) ../miniperl$(EXE_EXT) perl$(EXE_EXT)) \ - && $(LDLIBPTH) ./perl TEST base/*.t comp/*.t cmd/*.t run/*.t io/*.t op/*.t pragma/*.t