summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorFilipe Cabecinhas <me@filcab.net>2018-07-10 13:59:59 +0000
committerFilipe Cabecinhas <me@filcab.net>2018-07-10 13:59:59 +0000
commit188005d2c329b2bc7cbc06f89cf63a77a1eef79f (patch)
tree571314b823d305ab29a8596d39e65d88070547d5 /test
parent714d1a68b0258a0e2676d02eb3de98dbb7c503f1 (diff)
[scudo] Use mkdir -p when creating directories for a test
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@336673 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/scudo/random_shuffle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scudo/random_shuffle.cpp b/test/scudo/random_shuffle.cpp
index d014dee16..b493a2929 100644
--- a/test/scudo/random_shuffle.cpp
+++ b/test/scudo/random_shuffle.cpp
@@ -1,6 +1,6 @@
// RUN: %clangxx_scudo %s -o %t
// RUN: rm -rf %t-dir/random_shuffle_tmp_dir
-// RUN: mkdir %t-dir/random_shuffle_tmp_dir
+// RUN: mkdir -p %t-dir/random_shuffle_tmp_dir
// RUN: %run %t 100 > %t-dir/random_shuffle_tmp_dir/out1
// RUN: %run %t 100 > %t-dir/random_shuffle_tmp_dir/out2
// RUN: %run %t 10000 > %t-dir/random_shuffle_tmp_dir/out1