now that $tmp has two components, use mkdir's -p option to create it
authorJim Meyering <jim@meyering.net>
Sat, 15 Jun 2002 10:16:22 +0000 (10:16 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 15 Jun 2002 10:16:22 +0000 (10:16 +0000)
tests/mkdir/perm

index cc5d15b..3e18eab 100755 (executable)
@@ -19,7 +19,7 @@ cd $srcdir || framework_failure=1
 abs_srcdir=`pwd`
 cd $pwd || framework_failure=1
 
-mkdir $tmp || framework_failure=1
+mkdir -p $tmp || framework_failure=1
 cd $tmp || framework_failure=1
 
 if test $framework_failure = 1; then