blob: 61a9583b4484af66391fe9cf9c8a249898ee095c (
plain)
1
2
3
4
5
6
7
8
|
# RUN: rm -rf %t/UserFoo && mkdir -p %t/UserFoo/FooDocs
# RUN: touch %t/UserFoo/user.txt %t/UserFoo/FooDocs/doc.txt
# RUN: pushd %t/UserFoo
# RUN: pushd FooDocs
# RUN: cat doc.txt
# RUN: popd
# RUN: cat user.txt
# RUN: popd
|