mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@93279 d073be05-634f-4543-b044-5fe20cf6d1d6
12 lines
389 B
Diff
12 lines
389 B
Diff
--- tests/002.phpt.orig 2004-09-01 07:20:41.000000000 -0500
|
|
+++ tests/002.phpt 2012-05-17 19:25:24.000000000 -0500
|
|
@@ -23,7 +23,7 @@
|
|
$from = "sample@example.com";
|
|
$message->set_reverse_path ($from);
|
|
|
|
- $str = implode('',file('test.eml'));
|
|
+ $str = implode('',file('tests/test.eml'));
|
|
$message->set_message_str ($str);
|
|
|
|
$rcpt = 'test-nonexistent@nonexistent-example.com';
|