brintos

brintos / llvm-project-archived public Read only

0
0
Text · 210 B · b36e861 Raw
9 lines · plain
1## Tests env command for setting the PATH variable.2 3## Check that test.sh can be found using the configured PATH.4#5# RUN: env PATH=%S test.sh | FileCheck --check-prefix=CHECK %s6#7 8# CHECK: TEST-ENV-PATH-1239