diff options
Diffstat (limited to 'tests/other-fs-tmpdir')
-rw-r--r-- | tests/other-fs-tmpdir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/other-fs-tmpdir b/tests/other-fs-tmpdir index 885085736..4340ac5d6 100644 --- a/tests/other-fs-tmpdir +++ b/tests/other-fs-tmpdir @@ -21,7 +21,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. test "${CANDIDATE_TMP_DIRS+set}" = set \ - || CANDIDATE_TMP_DIRS="$TMPDIR /tmp /dev/shm /var/tmp /usr/tmp /usr/tmp $HOME" + || CANDIDATE_TMP_DIRS="$TMPDIR /tmp /dev/shm /var/tmp /usr/tmp $HOME" other_partition_tmpdir= |