summaryrefslogtreecommitdiffstats
path: root/test/ParseDepends.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/ParseDepends.py')
-rw-r--r--test/ParseDepends.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/ParseDepends.py b/test/ParseDepends.py
index e979b91..9d7907d 100644
--- a/test/ParseDepends.py
+++ b/test/ParseDepends.py
@@ -25,7 +25,6 @@
__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
import os.path
-import string
import TestSCons
@@ -152,6 +151,6 @@ ParseDepends('nonexistent_file', must_exist=1)
test.run(status=2, stderr=None)
-test.fail_test(string.find(test.stderr(), "No such file or directory") == -1)
+test.must_contain_all_lines(test.stderr(), ["No such file or directory"])
test.pass_test()