forked from OSchip/llvm-project
test/Other/can-execute.txt: delete %t after the test
This test constructs a non-readable file of mode 0111, which lingers in the test output directory and will cause EACCES to various tools (rg, rsync, ...) llvm-svn: 342279
This commit is contained in:
parent
2426eb46dd
commit
d39d374e15
|
@ -20,3 +20,4 @@ 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
|
||||
RUN: rm -rf %t
|
||||
|
|
Loading…
Reference in New Issue