diff options
Diffstat (limited to 'tests/t_installfiles_dir')
-rw-r--r-- | tests/t_installfiles_dir | 2 |
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 |