1
0
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:
Jim Meyering
1997-07-09 14:21:30 +00:00
parent 64320d0470
commit f9f695018a
+1 -3
View File
@@ -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