summaryrefslogtreecommitdiffstats
path: root/tests/t_installfiles_dir
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_dir
parentf67ddd80c0440c17a4bedbd7241063789062e302 (diff)
tests/*: Add -p option to mkdir commands.
Diffstat (limited to 'tests/t_installfiles_dir')
-rw-r--r--tests/t_installfiles_dir2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t_installfiles_dir b/tests/t_installfiles_dir
index e112e3a..3c35a73 100644
--- a/tests/t_installfiles_dir
+++ b/tests/t_installfiles_dir
@@ -1,6 +1,6 @@
#!/bin/sh
-mkdir foo.pkg
+mkdir -p foo.pkg
cat >foo.pkg/files <<-EOF
/usr/bin
EOF