summaryrefslogtreecommitdiffstats
path: root/test/SHELL.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2006-01-21 19:01:06 (GMT)
committerSteven Knight <knight@baldmt.com>2006-01-21 19:01:06 (GMT)
commit6fdb91f7abaaf0823070d17c8afcde6ca35d3549 (patch)
tree6923c674148af3f821725a49e3dbc194658d4257 /test/SHELL.py
parent9e51adb1a538111d3661e07e04ecc112370ab6f2 (diff)
downloadSCons-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.py2
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')