brintos

brintos / llvm-project-archived public Read only

0
0
Text · 223 B · 61a9583 Raw
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: popd