diff options
author | Zefram <zefram@fysh.org> | 2009-11-18 22:03:44 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2009-11-19 08:32:52 +0100 |
commit | 8a71e97e936696283eb1a280cffaa37177ef24f1 (patch) | |
tree | d730f74b66b404f52389106e2f944a57d0f13207 /Makefile.SH | |
parent | 960e02cf6495127c5c8a67618a9e6bd7408d7025 (diff) | |
download | perl-8a71e97e936696283eb1a280cffaa37177ef24f1.tar.gz |
minitest fixes
Attached patch fixes two small bugs that interfere with minitest.
-zefram
Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 832e643af7..636d18f2cd 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -1416,7 +1416,7 @@ test.taintwarn: test_prep TEST_ARGS=-taintwarn $(RUN_TESTS) choose minitest.prep: - -@test test -f lib/Config.pm || $(MAKE) lib/Config.pm $(unidatafiles) + -@test -f lib/Config.pm || $(MAKE) lib/Config.pm $(unidatafiles) @echo " " @echo "You may see some irrelevant test failures if you have been unable" @echo "to build lib/Config.pm, or the Unicode data files." |