diff options
author | Steven Knight <knight@baldmt.com> | 2006-01-21 19:01:06 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2006-01-21 19:01:06 (GMT) |
commit | 831d92ab8e2a85cd863b50912db59ae02657b2c3 (patch) | |
tree | 6923c674148af3f821725a49e3dbc194658d4257 /test/bad-drive.py | |
parent | 7aba7bbdac197fce9d07b994f14c799a72b4ca4a (diff) | |
download | SCons-831d92ab8e2a85cd863b50912db59ae02657b2c3.zip SCons-831d92ab8e2a85cd863b50912db59ae02657b2c3.tar.gz SCons-831d92ab8e2a85cd863b50912db59ae02657b2c3.tar.bz2 |
Eliminate unnecessary WIN32/Win32/win32 references in tests, too.
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 35b3b38..4c081a5 100644 --- a/test/bad-drive.py +++ b/test/bad-drive.py @@ -52,7 +52,7 @@ for i in range(len(string.uppercase)-1, -1, -1): if bad_drive is None: print "All drive letters appear to be in use." - print "Cannot test SCons handling of invalid Win32 drive letters." + print "Cannot test SCons handling of invalid Windows drive letters." test.no_result(1); test.write('SConstruct', """ |