diff options
author | Jim Meyering <jim@meyering.net> | 1997-07-09 14:21:30 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-07-09 14:21:30 +0000 |
commit | f9f695018ae8b5ca772abcceb8ad6bb1e67d1e26 (patch) | |
tree | 989efc3365e359dfd88c658ca5fa045cf637c021 /tests/mkdir/p-1 | |
parent | 64320d047011082ddcc1da1c69a07e7fdcc51b73 (diff) | |
download | coreutils-f9f695018ae8b5ca772abcceb8ad6bb1e67d1e26.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests/mkdir/p-1')
-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 |