diff options
-rwxr-xr-x | tests/mkdir/p-1 | 4 |
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 |