summaryrefslogtreecommitdiffstats
path: root/test/Win32/bad-drive.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Win32/bad-drive.py')
-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 200ae02..ffa5aad 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)