##// END OF EJS Templates
Skip writable_dir test on Windows...
MinRK -
Show More
@@ -381,6 +381,7 b' def test_get_long_path_name():'
381 p = path.get_long_path_name('/usr/local')
381 p = path.get_long_path_name('/usr/local')
382 nt.assert_equals(p,'/usr/local')
382 nt.assert_equals(p,'/usr/local')
383
383
384 @dec.skip_win32 # can't create not-user-writable dir on win
384 @with_environment
385 @with_environment
385 def test_not_writable_ipdir():
386 def test_not_writable_ipdir():
386 tmpdir = tempfile.mkdtemp()
387 tmpdir = tempfile.mkdtemp()
General Comments 0
You need to be logged in to leave comments. Login now