summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-04-10 22:33:13 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-04-11 13:02:29 -0400
commitb03e91d645bcd0d664e53967857154a2c2be082a (patch)
tree3d9d3c4b63b6a46bc9b43a1f0ccb3c880ac03759 /test
parente2729d5ecf80f9fdc098983f1182cd9c8db05cc8 (diff)
test/test-common.sh: Put the test name in the tmpdir path.
Diffstat (limited to 'test')
-rw-r--r--test/test-common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-common.sh b/test/test-common.sh
index ed3bdd0..2cbbe56 100644
--- a/test/test-common.sh
+++ b/test/test-common.sh
@@ -18,7 +18,7 @@ before() {
unset BUILDDIR
unset PKGEXT SRCEXT
unset GPGKEY PACKAGER
- tmpdir="$(mktemp -d --tmpdir "test-${roundup_desc//\//-}.XXXXXXXXXXXX")"
+ tmpdir="$(mktemp -d --tmpdir "test-${roundup_desc//\//-}.${roundup_test_name}.XXXXXXXXXXXX")"
chmod 755 "$tmpdir"
stat=0
common_before