summaryrefslogtreecommitdiff
path: root/tests/mkdir/p-1
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-07-09 14:21:30 +0000
committerJim Meyering <jim@meyering.net>1997-07-09 14:21:30 +0000
commitf9f695018ae8b5ca772abcceb8ad6bb1e67d1e26 (patch)
tree989efc3365e359dfd88c658ca5fa045cf637c021 /tests/mkdir/p-1
parent64320d047011082ddcc1da1c69a07e7fdcc51b73 (diff)
downloadcoreutils-f9f695018ae8b5ca772abcceb8ad6bb1e67d1e26.tar.xz
*** empty log message ***
Diffstat (limited to 'tests/mkdir/p-1')
-rwxr-xr-xtests/mkdir/p-14
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/mkdir/p-1 b/tests/mkdir/p-1
index 40c794f48..73d62c38b 100755
--- a/tests/mkdir/p-1
+++ b/tests/mkdir/p-1
@@ -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