bolt/deps/llvm-18.1.8/llvm/utils/lit/tests/Inputs/shtest-pushd-popd/pushd-popd-ok.txt

8 lines
223 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
# 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