From: Artem Belevich Date: Wed, 5 Aug 2015 22:54:36 +0000 (+0000) Subject: Make sure all temporary files get created under %T. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3d0846737a42bbf83b24ad4ef80d9ce6d5310293;p=oota-llvm.git Make sure all temporary files get created under %T. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244163 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/tools/dsymutil/fat-binary-output.test b/test/tools/dsymutil/fat-binary-output.test index 29d49041453..9a3d5ec14b1 100644 --- a/test/tools/dsymutil/fat-binary-output.test +++ b/test/tools/dsymutil/fat-binary-output.test @@ -1,4 +1,6 @@ -RUN: llvm-dsymutil -verbose -no-output %p/Inputs/fat-test.dylib -oso-prepend-path %p | FileCheck %s +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 This test doesn't produce any filesytstem output, we just look at the verbose log output.