##// END OF EJS Templates
- Small fix to pexpect to prevent unhandled exceptions at Python shutdown...
- Small fix to pexpect to prevent unhandled exceptions at Python shutdown time.

File last commit:

r181:54d3ddad
r522:ec00a70b
Show More
test_cd.ipy
6 lines | 80 B | text/plain | TextLexer
import os
cd /
assert os.getcwd() == '/'
%cd /tmp
assert os.getcwd() == '/tmp'