Skip to content

Commit

Permalink
Make sure all temporary files get created under %T.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244163 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Artem-B committed Aug 5, 2015
1 parent 1b709aa commit 3d08467
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/tools/dsymutil/fat-binary-output.test
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 3d08467

Please sign in to comment.