diff options
author | Jim Meyering <meyering@redhat.com> | 2009-03-29 19:42:34 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-03-29 19:42:34 +0200 |
commit | 6fa5f1210799050d7502b08aa5029c7835e09ed1 (patch) | |
tree | 44f6e4925da82a8f34e7d2634119e743bc578ccb /tests | |
parent | d99c479311a006391485e1c0e351715d2bd279b7 (diff) | |
download | coreutils-6fa5f1210799050d7502b08aa5029c7835e09ed1.tar.xz |
tests: other-fs-tmpdir: remove just-added duplicate /usr/tmp
* tests/other-fs-tmpdir (CANDIDATE_TMP_DIRS): Remove 2nd /usr/tmp.
Diffstat (limited to 'tests')
-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= |