commit | 1262e7c7468b6a92a680161c322a0234b526e3db | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Mon May 11 01:47:11 2009 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Mon May 11 01:47:11 2009 +0000 |
tree | 810d23e94fd2bf85148588e3ec22caf1b0cf79dd | |
parent | cc3b8d6883f52391c59f59e82bfa1840e2847d90 [diff] |
Tests for case-senstivity were not being skipped for darwin when installed on a case-sensitive filesystems -- which is not the default case. Along the way also fixed the skipping of tests when sys.dont_write_bytecode is true. Closes issue #5442 again.