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 49f81f2..1b1af8a 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