diff options
author | P. 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) |
commit | d6b8be73c5a5bcada3e58556ea7642478de05d36 (patch) | |
tree | ecfcda8575342f509475198a632c953840f4a684 /tests/t_installfiles_dir_slash | |
parent | f67ddd80c0440c17a4bedbd7241063789062e302 (diff) |
tests/*: Add -p option to mkdir commands.
Diffstat (limited to 'tests/t_installfiles_dir_slash')
-rw-r--r-- | tests/t_installfiles_dir_slash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t_installfiles_dir_slash b/tests/t_installfiles_dir_slash index be4ae42..a4d1e0a 100644 --- a/tests/t_installfiles_dir_slash +++ b/tests/t_installfiles_dir_slash @@ -1,6 +1,6 @@ #!/bin/sh -mkdir foo.pkg +mkdir -p foo.pkg cat >foo.pkg/files <<-EOF /usr/bin/ EOF |