From 349b4190251fcbe6f5a6167f0071f2586a36e3f7 Mon Sep 17 00:00:00 2001 From: Frederic Riss Date: Wed, 5 Aug 2015 23:53:38 +0000 Subject: [PATCH] Revert "Make sure all temporary files get created under %T." This reverts commit r244163. The workaround shouldn't be necessary after r244172, and moreover the commit was slightly buggy as it dis a simple mkdir without removing the directory first, which could cause 'File exists' errors. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244182 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/tools/dsymutil/fat-binary-output.test | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/tools/dsymutil/fat-binary-output.test b/test/tools/dsymutil/fat-binary-output.test index 9a3d5ec14b1..29d49041453 100644 --- a/test/tools/dsymutil/fat-binary-output.test +++ b/test/tools/dsymutil/fat-binary-output.test @@ -1,6 +1,4 @@ -RUN: mkdir %T/Inputs -RUN: cp %p/Inputs/fat-test.* %T/Inputs -RUN: llvm-dsymutil -verbose -no-output %T/Inputs/fat-test.dylib -oso-prepend-path %T | FileCheck %s +RUN: llvm-dsymutil -verbose -no-output %p/Inputs/fat-test.dylib -oso-prepend-path %p | FileCheck %s This test doesn't produce any filesytstem output, we just look at the verbose log output. -- 2.34.1