r342290 - test/Driver/output-file-cleanup.c: delete non-readable temporary file

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 14 14:36:35 PDT 2018


Author: maskray
Date: Fri Sep 14 14:36:35 2018
New Revision: 342290

URL: http://llvm.org/viewvc/llvm-project?rev=342290&view=rev
Log:
test/Driver/output-file-cleanup.c: delete non-readable temporary file

%t-dir/2.c made tools (rsync, ripgrep, ...) sad (EACCES warning).

Modified:
    cfe/trunk/test/Driver/output-file-cleanup.c

Modified: cfe/trunk/test/Driver/output-file-cleanup.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/output-file-cleanup.c?rev=342290&r1=342289&r2=342290&view=diff
==============================================================================
--- cfe/trunk/test/Driver/output-file-cleanup.c (original)
+++ cfe/trunk/test/Driver/output-file-cleanup.c Fri Sep 14 14:36:35 2018
@@ -41,3 +41,4 @@ invalid C code
 // RUN: not %clang -S %t-dir/1.c %t-dir/2.c
 // RUN: test -f %t-dir/1.s
 // RUN: test ! -f %t-dir/2.s
+// RUN: rm -f %t-dir/2.c




More information about the cfe-commits mailing list