##// END OF EJS Templates
skip test_not_writable_ipdir if I can't create a non-writable dir...
skip test_not_writable_ipdir if I can't create a non-writable dir such as when running as root just came across this running iptest in a docker container. This was the only test that failed.

File last commit:

r13348:e6afea51
r17996:13301edb
Show More
simplevars.py
3 lines | 61 B | text/x-python | PythonLexer
from __future__ import print_function
x = 1
print('x is:',x)