Skip to content

Commit d41611c

Browse files
committed
Make sure all temporary files get created under %T.
llvm-svn: 244163
1 parent 27dddfc commit d41611c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

llvm/test/tools/dsymutil/fat-binary-output.test

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
RUN: llvm-dsymutil -verbose -no-output %p/Inputs/fat-test.dylib -oso-prepend-path %p | FileCheck %s
1+
RUN: mkdir %T/Inputs
2+
RUN: cp %p/Inputs/fat-test.* %T/Inputs
3+
RUN: llvm-dsymutil -verbose -no-output %T/Inputs/fat-test.dylib -oso-prepend-path %T | FileCheck %s
24

35
This test doesn't produce any filesytstem output, we just look at the verbose
46
log output.

0 commit comments

Comments
 (0)