diff options
Diffstat (limited to 'tests/mv/setup')
-rwxr-xr-x | tests/mv/setup | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/mv/setup b/tests/mv/setup index 6da3218e1..a4b7ac05d 100755 --- a/tests/mv/setup +++ b/tests/mv/setup @@ -7,13 +7,12 @@ : ${DF=df} : ${MKDIR=mkdir} -# Try these -: ${CANDIDATE_TMP_DIRS=not_set +: ${CANDIDATE_TMP_DIRS=not_set} # Work around a bug in the way Ultrix4.3a's /bin/sh handles multi-word # variables set with ${VAR="VALUE"} test "$CANDIDATE_TMP_DIRS" = not_set \ - && ${CANDIDATE_TMP_DIRS="$TMPDIR /tmp /var/tmp /usr/tmp $HOME"} + && CANDIDATE_TMP_DIRS="$TMPDIR /tmp /var/tmp /usr/tmp $HOME" other_partition_tmpdir= |