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/Chmod.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/Chmod.py')
-rw-r--r-- | test/Chmod.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Chmod.py b/test/Chmod.py index 45245f2..eb0b6c1 100644 --- a/test/Chmod.py +++ b/test/Chmod.py @@ -36,7 +36,7 @@ import TestSCons test = TestSCons.TestSCons() -# Note: Win32 basically has two modes that it can os.chmod() files to +# Note: Windows basically has two modes that it can os.chmod() files to # 0444 and 0666, and directories to 0555 and 0777, so we can only really # oscillate between those values. test.write('SConstruct', """ |