8 lines · plain
1# RUN: rm -rf %t/UserFoo && mkdir -p %t/UserFoo/FooDocs2# RUN: touch %t/UserFoo/user.txt %t/UserFoo/FooDocs/doc.txt3# RUN: pushd %t/UserFoo4# RUN: pushd FooDocs5# RUN: cat doc.txt6# RUN: popd7# RUN: cat user.txt8# RUN: popd1# RUN: rm -rf %t/UserFoo && mkdir -p %t/UserFoo/FooDocs2# RUN: touch %t/UserFoo/user.txt %t/UserFoo/FooDocs/doc.txt3# RUN: pushd %t/UserFoo4# RUN: pushd FooDocs5# RUN: cat doc.txt6# RUN: popd7# RUN: cat user.txt8# RUN: popd