Show More
@@ -160,7 +160,7 b' def test_get_ipython_dir_7():' | |||||
160 | @skip_win32 |
|
160 | @skip_win32 | |
161 | def test_get_ipython_dir_8(): |
|
161 | def test_get_ipython_dir_8(): | |
162 | """test_get_ipython_dir_8, test / home directory""" |
|
162 | """test_get_ipython_dir_8, test / home directory""" | |
163 |
if not os.access( |
|
163 | if not os.access("/", os.W_OK): | |
164 | # test only when HOME directory actually writable |
|
164 | # test only when HOME directory actually writable | |
165 | return |
|
165 | return | |
166 |
|
166 |
General Comments 0
You need to be logged in to leave comments.
Login now