diff options
author | Steven Knight <knight@baldmt.com> | 2004-07-06 10:56:29 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-07-06 10:56:29 (GMT) |
commit | d3d95ce654a910678d4f4ecdda955d115ffa9518 (patch) | |
tree | d517e8ef7984b5ba14a2e89bd5bfc4a7439d73a4 /test/bad-drive.py | |
parent | c0734f10b95c16bccd20cf7b2086e485995e2044 (diff) | |
download | SCons-d3d95ce654a910678d4f4ecdda955d115ffa9518.zip SCons-d3d95ce654a910678d4f4ecdda955d115ffa9518.tar.gz SCons-d3d95ce654a910678d4f4ecdda955d115ffa9518.tar.bz2 |
Win32 portability.
Diffstat (limited to 'test/bad-drive.py')
-rw-r--r-- | test/bad-drive.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bad-drive.py b/test/bad-drive.py index 612b24b..1b733a5 100644 --- a/test/bad-drive.py +++ b/test/bad-drive.py @@ -86,7 +86,7 @@ test.run(arguments = 'aaa.out') test.fail_test(test.read('aaa.out') != "aaa.in\n") 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', |