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 | 6fdb91f7abaaf0823070d17c8afcde6ca35d3549 (patch) | |
tree | 6923c674148af3f821725a49e3dbc194658d4257 /test/SHELL.py | |
parent | 9e51adb1a538111d3661e07e04ecc112370ab6f2 (diff) | |
download | SCons-6fdb91f7abaaf0823070d17c8afcde6ca35d3549.zip SCons-6fdb91f7abaaf0823070d17c8afcde6ca35d3549.tar.gz SCons-6fdb91f7abaaf0823070d17c8afcde6ca35d3549.tar.bz2 |
Eliminate unnecessary WIN32/Win32/win32 references in tests, too.
Diffstat (limited to 'test/SHELL.py')
-rw-r--r-- | test/SHELL.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SHELL.py b/test/SHELL.py index 9082dbd..7dda321 100644 --- a/test/SHELL.py +++ b/test/SHELL.py @@ -39,7 +39,7 @@ python = TestSCons.python test = TestSCons.TestSCons() if sys.platform == 'win32': - sys.stderr.write('Cannot set SHELL separately from other variables on win32.\n') + sys.stderr.write('Cannot set SHELL separately from other variables on Windows.\n') test.no_result(1) my_shell = test.workpath('my_shell.py') |