]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
now that $tmp has two components, use mkdir's -p option to create it
authorJim Meyering <jim@meyering.net>
Sat, 15 Jun 2002 10:15:00 +0000 (10:15 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 15 Jun 2002 10:15:00 +0000 (10:15 +0000)
tests/chmod/equal-x

index 49f81f28e36585474c4a61fa1b0e6f187c547d27..1b1af8aeaa549ec1c108e7878c893ea526fcecd6 100755 (executable)
@@ -11,7 +11,7 @@ trap 'status=$?; cd $pwd; chmod -R u+rwx $t0; rm -rf $t0 && exit $status' 0
 trap '(exit $?); exit' 1 2 13 15
 
 framework_failure=0
-mkdir $tmp || framework_failure=1
+mkdir -p $tmp || framework_failure=1
 cd $tmp || framework_failure=1
 
 file=f