]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 9 Jul 1997 14:21:30 +0000 (14:21 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 9 Jul 1997 14:21:30 +0000 (14:21 +0000)
tests/mkdir/p-1

index 40c794f482ad28233b16f40b8c22b0c58cb98497..73d62c38bf00e096451539ba13c434061bee748c 100755 (executable)
@@ -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