summaryrefslogtreecommitdiff
path: root/test/Win32
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-04-16 16:51:22 +0000
committerSteven Knight <knight@baldmt.com>2009-04-16 16:51:22 +0000
commitd4bb417f1bcf3b59ffda7e8890fc950c1a9ed126 (patch)
treec15383f8a058e9cf6a4870fc79c896f8f4bd7a7c /test/Win32
parentb75942db8e6a75c43577a4a8612973f2062843e8 (diff)
downloadscons-d4bb417f1bcf3b59ffda7e8890fc950c1a9ed126.tar.gz
Fix the expected "Dot not know how to make" error message.
Diffstat (limited to 'test/Win32')
-rw-r--r--test/Win32/bad-drive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Win32/bad-drive.py b/test/Win32/bad-drive.py
index 200ae02b..ffa5aad9 100644
--- a/test/Win32/bad-drive.py
+++ b/test/Win32/bad-drive.py
@@ -92,7 +92,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: *** Do not know how to make File target `%snot_mentioned'. Stop.\n" % (bad_drive),
+ stderr = "scons: *** Do not know how to make File target `%snot_mentioned' (%snot_mentioned). Stop.\n" % (bad_drive, bad_drive),
status = 2)
expect = "scons: *** [%sno_target_1] No drive `%s' for target `%sno_target_1'.\n" % (bad_drive, bad_drive, bad_drive)