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/BuildDir/errors.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/BuildDir/errors.py')
-rw-r--r-- | test/BuildDir/errors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/BuildDir/errors.py b/test/BuildDir/errors.py index 93cd3ec..285b996 100644 --- a/test/BuildDir/errors.py +++ b/test/BuildDir/errors.py @@ -83,7 +83,7 @@ test.run(chdir = 'normal', arguments = ".") test.fail_test(test.read(['normal', 'build', 'file.out']) != "normal/src/file.in\n") # Verify the error when the BuildDir itself is read-only. Don't bother -# to test this on Win32, because the ACL (I think) still allows the +# to test this on Windows, because the ACL (I think) still allows the # owner to create files in the directory even when it's read-only. if sys.platform != 'win32': dir = os.path.join('ro-dir', 'build') |