summaryrefslogtreecommitdiffstats
path: root/bin/chroot_tester.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/chroot_tester.sh')
-rwxr-xr-xbin/chroot_tester.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chroot_tester.sh b/bin/chroot_tester.sh
index dae4cacc..ab64c083 100755
--- a/bin/chroot_tester.sh
+++ b/bin/chroot_tester.sh
@@ -32,7 +32,7 @@ export DEBIAN_FRONTEND=noninteractive
export LANG=C
export http_proxy=$http_proxy"
-export CHROOT_TARGET=$(mktemp -d -p /chroots/ $1.XXXXXXXXX)
+export CHROOT_TARGET=$(mktemp -d -p /chroots/ chroot-tests-$1.XXXXXXXXX)
export TMPFILE=$(mktemp -u)
export CTMPFILE=$CHROOT_TARGET/$TMPFILE