Mercurial > hg > CbC > CbC_llvm
diff test/Other/can-execute.txt @ 121:803732b1fca8
LLVM 5.0
author | kono |
---|---|
date | Fri, 27 Oct 2017 17:07:41 +0900 |
parents | 95c75e76d11b |
children | 3a76565eade5 |
line wrap: on
line diff
--- a/test/Other/can-execute.txt Fri Nov 25 19:14:25 2016 +0900 +++ b/test/Other/can-execute.txt Fri Oct 27 17:07:41 2017 +0900 @@ -14,7 +14,8 @@ test, but for now this test serves as a reminder to audit all the callers if we do that. -RUN: cp -f %S/Inputs/TestProg/TestProg %T/TestProg -RUN: chmod 111 %T/TestProg -RUN: export PATH=%S/Inputs:%T:%S/Inputs/TestProg:$PATH +RUN: rm -rf %t && mkdir -p %t +RUN: cp -f %S/Inputs/TestProg/TestProg %t/TestProg +RUN: chmod 111 %t/TestProg +RUN: export PATH=%S/Inputs:%t:%S/Inputs/TestProg:$PATH RUN: not TestProg