##// END OF EJS Templates
tests: use more portable mkdir -p instead of --parents (issue6591)...
Thomas Klausner -
r49146:d3222525 stable
parent child Browse files
Show More
@@ -96,7 +96,7 b' Name with special characters'
96
96
97 name causing issue6581
97 name causing issue6581
98
98
99 $ mkdir --parents container/isam-build-centos7/
99 $ mkdir -p container/isam-build-centos7/
100 $ touch container/isam-build-centos7/bazel-coverage-generator-sandboxfs-compatibility-0758e3e4f6057904d44399bd666faba9e7f40686.patch
100 $ touch container/isam-build-centos7/bazel-coverage-generator-sandboxfs-compatibility-0758e3e4f6057904d44399bd666faba9e7f40686.patch
101
101
102 Add all that
102 Add all that
General Comments 0
You need to be logged in to leave comments. Login now