summaryrefslogtreecommitdiffstats
path: root/test/bad-drive.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/bad-drive.py')
-rw-r--r--test/bad-drive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bad-drive.py b/test/bad-drive.py
index a642a7c..f07da2b 100644
--- a/test/bad-drive.py
+++ b/test/bad-drive.py
@@ -93,7 +93,7 @@ test.fail_test(test.read('aaa.out') != "aaa.in\n")
# becomes an issue or some refactoring restores the old behavior.
test.run(arguments = bad_drive + 'not_mentioned',
- stderr = "scons: *** No drive `%s' for target `%snot_mentioned'. Stop.\n" % (bad_drive, bad_drive),
+ stderr = "scons: *** Do not know how to make target `%snot_mentioned'. Stop.\n" % (bad_drive),
status = 2)
test.run(arguments = bad_drive + 'no_target_1',