From: Jim Meyering Date: Sat, 15 Jun 2002 10:15:00 +0000 (+0000) Subject: now that $tmp has two components, use mkdir's -p option to create it X-Git-Tag: FILEUTILS-4_1_9~84 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35e9b38dd8b767825f76e0be3c0c1f618e925667;p=thirdparty%2Fcoreutils.git now that $tmp has two components, use mkdir's -p option to create it --- diff --git a/tests/chmod/equal-x b/tests/chmod/equal-x index 49f81f28e3..1b1af8aeaa 100755 --- a/tests/chmod/equal-x +++ b/tests/chmod/equal-x @@ -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