summaryrefslogtreecommitdiffstats
path: root/tests/t_installfiles_busybox_links
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-06-29 14:50:55 (EDT)
committer P. J. McDermott <pjm@nac.net>2014-01-20 15:59:25 (EST)
commitd6b8be73c5a5bcada3e58556ea7642478de05d36 (patch)
treeecfcda8575342f509475198a632c953840f4a684 /tests/t_installfiles_busybox_links
parentf67ddd80c0440c17a4bedbd7241063789062e302 (diff)
tests/*: Add -p option to mkdir commands.
Diffstat (limited to 'tests/t_installfiles_busybox_links')
-rw-r--r--tests/t_installfiles_busybox_links2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t_installfiles_busybox_links b/tests/t_installfiles_busybox_links
index 19f42d8..8918ba2 100644
--- a/tests/t_installfiles_busybox_links
+++ b/tests/t_installfiles_busybox_links
@@ -1,6 +1,6 @@
#!/bin/sh
-mkdir foo.pkg
+mkdir -p foo.pkg
cat >foo.pkg/files <<-EOF
/bin
EOF