From: Jordan Rupprecht Date: Fri, 1 Feb 2019 21:14:21 +0000 (+0000) Subject: [DebugInfo] Fix mkdir use in test X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bae032027b338faa3021f8f182bac11e48f17b1b;p=llvm [DebugInfo] Fix mkdir use in test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@352918 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/DebugInfo/symbolize-gnu-debuglink-no-realpath.test b/test/DebugInfo/symbolize-gnu-debuglink-no-realpath.test index d6be5efc812..5141ff6ce32 100644 --- a/test/DebugInfo/symbolize-gnu-debuglink-no-realpath.test +++ b/test/DebugInfo/symbolize-gnu-debuglink-no-realpath.test @@ -5,7 +5,7 @@ # filenames just being symlinks to the copies. Real files go in the "real" dir, # symlinks (with original names) go in "syms". RUN: rm -rf %t/real %t/syms -RUN: mkdir %t/real %t/syms +RUN: mkdir -p %t/real %t/syms RUN: cp %p/Inputs/dwarfdump-test.elf-x86-64 %t/real/prog RUN: cp %p/Inputs/dwarfdump-test.elf-x86-64.debuglink %t/real/link RUN: ln -s %t/real/prog %t/syms/dwarfdump-test.elf-x86-64