diff --git a/llvm/test/Other/can-execute.txt b/llvm/test/Other/can-execute.txt index ae97d7ba8163..46791cb892a2 100644 --- a/llvm/test/Other/can-execute.txt +++ b/llvm/test/Other/can-execute.txt @@ -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