summaryrefslogtreecommitdiff
path: root/test/timestamp-fallback.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-04-25 20:13:54 +0000
committerSteven Knight <knight@baldmt.com>2004-04-25 20:13:54 +0000
commit00403c6ffe98e56807ece34499265e3602bcc38a (patch)
treec38f197386169900206f30fc44a2eec78b45641b /test/timestamp-fallback.py
parent910350e1e0511a6017b2c4a5c303d03e52b64c0f (diff)
downloadscons-git-00403c6ffe98e56807ece34499265e3602bcc38a.tar.gz
Make the inability to test timestamp fallback a pass (for Aegis), not no result.
Diffstat (limited to 'test/timestamp-fallback.py')
-rw-r--r--test/timestamp-fallback.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/timestamp-fallback.py b/test/timestamp-fallback.py
index ba70d0c23..fd8e63eef 100644
--- a/test/timestamp-fallback.py
+++ b/test/timestamp-fallback.py
@@ -40,7 +40,7 @@ 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.no_result(1);
+ test.pass_test(1);
test.write('md5.py', r"""
raise ImportError