summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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