mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-06 00:29:44 +02:00
*** empty log message ***
This commit is contained in:
+1
-3
@@ -2,7 +2,7 @@
|
||||
|
||||
: ${MKDIR=mkdir}
|
||||
|
||||
# This should be an absolute dir for this test.
|
||||
# TMPDIR should be an absolute dir for this test.
|
||||
# FIXME: enforce it
|
||||
: ${TMPDIR=/tmp}
|
||||
|
||||
@@ -15,8 +15,6 @@ tmp=$TMPDIR/t-mkdir.$$/a/b/c
|
||||
temp_files=$tmp
|
||||
rm -rf $temp_files
|
||||
|
||||
# Specify both version control and suffix so the environment variables
|
||||
# (possibly set by the user running these tests) aren't used.
|
||||
$MKDIR --parents $tmp || fail=1
|
||||
|
||||
test -d $tmp || fail=1
|
||||
|
||||
Reference in New Issue
Block a user