From d6b8be73c5a5bcada3e58556ea7642478de05d36 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 29 Jun 2013 14:50:55 -0400 Subject: tests/*: Add -p option to mkdir commands. --- (limited to 'tests') 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 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 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 diff --git a/tests/t_installfiles_patterns_and_links b/tests/t_installfiles_patterns_and_links index 7fdfa2d..137bec6 100644 --- a/tests/t_installfiles_patterns_and_links +++ b/tests/t_installfiles_patterns_and_links @@ -1,6 +1,6 @@ #!/bin/sh -mkdir libfoo.1.pkg libfoo-dev.pkg +mkdir -p libfoo.1.pkg libfoo-dev.pkg cat >libfoo.1.pkg/files <<-EOF /usr/lib/*/libfoo.so.* EOF -- cgit v0.9.1