mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
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
430e687927
commit
79f0a1e11f
@ -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
Block a user