From d39d374e15dfc58b3e3d904f88243ad1dec3f2f0 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Fri, 14 Sep 2018 20:41:42 +0000 Subject: [PATCH] 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 --- llvm/test/Other/can-execute.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/Other/can-execute.txt b/llvm/test/Other/can-execute.txt index ae97d7b..46791cb 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 -- 2.7.4