summaryrefslogtreecommitdiffstats
path: root/test/timestamp-fallback.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/timestamp-fallback.py')
-rw-r--r--test/timestamp-fallback.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/timestamp-fallback.py b/test/timestamp-fallback.py
index e1a27f8..288f8d8 100644
--- a/test/timestamp-fallback.py
+++ b/test/timestamp-fallback.py
@@ -38,9 +38,9 @@ except ImportError:
pass
else:
if desc[2] == imp.C_BUILTIN:
- print "The 'md5' module is built in to this version of Python."
- print "Cannot test falling back to timestamps."
- test.pass_test(1);
+ msg = "The 'md5' module is built in to this version of Python.\n" + \
+ "Cannot test falling back to timestamps.\n"
+ test.skip_test(msg)
test.write('md5.py', r"""
raise ImportError