##// END OF EJS Templates
fix dir stack - push *current* directory, not the target directory
fix dir stack - push *current* directory, not the target directory

File last commit:

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