Blob Blame History Raw
--- test_archivemail~	2010-08-09 04:51:05.000000000 -0500
+++ test_archivemail	2010-08-09 14:28:20.517412363 -0500
@@ -63,7 +63,7 @@
 from types import ModuleType
 archivemail = ModuleType("archivemail")
 try:
-    module_fp = open("archivemail", "r")
+    module_fp = open("/usr/share/archivemail/archivemail.py", "r")
 except IOError:
     print "The archivemail script should be in the current directory in order"
     print "to be imported and tested. Sorry."