##// END OF EJS Templates
Change exception message
Jeroen Demeyer -
Show More
@@ -470,7 +470,7 def test_not_writable_ipdir():
470 else:
470 else:
471 # I can still write to an unwritable dir,
471 # I can still write to an unwritable dir,
472 # assume I'm root and skip the test
472 # assume I'm root and skip the test
473 raise SkipTest("I can't create directories that I can't list")
473 raise SkipTest("I can't create directories that I can't write to")
474 with AssertPrints('is not a writable location', channel='stderr'):
474 with AssertPrints('is not a writable location', channel='stderr'):
475 ipdir = path.get_ipython_dir()
475 ipdir = path.get_ipython_dir()
476 env.pop('IPYTHON_DIR', None)
476 env.pop('IPYTHON_DIR', None)
General Comments 0
You need to be logged in to leave comments. Login now