From: Rafael Garcia-Suarez Date: Mon, 25 May 2009 10:51:50 +0000 (+0200) Subject: Don't run mro/* tests under miniperl X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=751caec9e63fc638aac7e9bb9e6c7dd0835947f7;p=p5sagit%2Fp5-mst-13.2.git Don't run mro/* tests under miniperl --- diff --git a/Makefile.SH b/Makefile.SH index fff2e98..f3333e1 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -1369,7 +1369,7 @@ test.torture torturetest: test_prep minitest.utf16: minitest.prep - cd t && (rm -f perl$(EXE_EXT); $(LNS) ../miniperl$(EXE_EXT) perl$(EXE_EXT)) \ - && $(LDLIBPTH) $(RUN) ./perl TEST -minitest -utf16 base/*.t comp/*.t cmd/*.t run/*.t io/*.t op/*.t uni/*.t mro/*.t