diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-01-09 15:45:55 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-01-09 15:45:55 +0000 |
commit | 47c00aa343d898471a26747f5bb8588316566f38 (patch) | |
tree | ba36689806bd5cf35e6300075f58338041de9a18 /dev-perl/Mail-IMAPClient/files/2.2.9-skiptest.patch | |
parent | Added amd64 patch and closing bug #77091. (Manifest recommit) (diff) | |
download | gentoo-2-47c00aa343d898471a26747f5bb8588316566f38.tar.gz gentoo-2-47c00aa343d898471a26747f5bb8588316566f38.tar.bz2 gentoo-2-47c00aa343d898471a26747f5bb8588316566f38.zip |
bug 77092
Diffstat (limited to 'dev-perl/Mail-IMAPClient/files/2.2.9-skiptest.patch')
-rw-r--r-- | dev-perl/Mail-IMAPClient/files/2.2.9-skiptest.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-perl/Mail-IMAPClient/files/2.2.9-skiptest.patch b/dev-perl/Mail-IMAPClient/files/2.2.9-skiptest.patch new file mode 100644 index 000000000000..11ccfb295cfc --- /dev/null +++ b/dev-perl/Mail-IMAPClient/files/2.2.9-skiptest.patch @@ -0,0 +1,11 @@ +--- Makefile.PL.orig 2005-01-07 23:17:00.849874616 -0200 ++++ Makefile.PL 2005-01-07 23:18:32.815893656 -0200 +@@ -49,7 +49,7 @@ + + sub set_test_data { + unless (-f "./IMAPClient.pm") { warn "ERROR: not in installation directory\n"; return } +- return if -f "./test.txt"; ++ return if -f "./Makefile.PL"; + print "You have the option of running an extended suite of tests during\n", + "'make test'. This requires an IMAP server name, user account, and ", + "password to test with.","\n","\n", |