diff options
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 |