Index: test/tools/dsymutil/fat-binary-output.test =================================================================== --- test/tools/dsymutil/fat-binary-output.test +++ 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.