summaryrefslogtreecommitdiff
path: root/test/Delete.py
diff options
context:
space:
mode:
authorDirk Baechle <dl9obn@darc.de>2012-12-16 18:56:16 +0100
committerDirk Baechle <dl9obn@darc.de>2012-12-16 18:56:16 +0100
commitbcfc775b40eaa51af854862d1902267e8152128c (patch)
tree53e4be521ebf4c4f65c14c9e68b64b5327bf61c4 /test/Delete.py
parent8a4d58873138ff82370e4055c55f4c6d770ab373 (diff)
downloadscons-bcfc775b40eaa51af854862d1902267e8152128c.tar.gz
- extended the must_contain* methods of the test framework, such that they all support user-defined find/search functions
- relaxed several of the regex comparisons for better cross-platform compatibility
Diffstat (limited to 'test/Delete.py')
-rw-r--r--test/Delete.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Delete.py b/test/Delete.py
index 49b46001..94ba24aa 100644
--- a/test/Delete.py
+++ b/test/Delete.py
@@ -212,6 +212,7 @@ fail_strings = [
"No such file or directory",
"The system cannot find the file specified",
"The system cannot find the path specified",
+ "Das System kann die angegebene Datei nicht finden",
]
test.must_contain_any_line(test.stderr(), fail_strings)