summaryrefslogtreecommitdiffstats
path: root/run.in
diff options
context:
space:
mode:
authorHilko Bengen <bengen@hilluzination.de>2012-09-20 19:36:20 +0200
committerRichard W.M. Jones <rjones@redhat.com>2012-09-20 21:12:38 +0100
commite5d01c21d7aa2683ad4b98cb30960219103c056d (patch)
treeee40bba510eb607bfa105e8127a204b60e1fdd76 /run.in
parente482f2faf0a1fef41358a8083153b327203505e9 (diff)
downloadlibguestfs-e5d01c21d7aa2683ad4b98cb30960219103c056d.tar.gz
libguestfs-e5d01c21d7aa2683ad4b98cb30960219103c056d.tar.xz
libguestfs-e5d01c21d7aa2683ad4b98cb30960219103c056d.zip
./run: Make sure that the temporary directory exists so test scripts can produce output files
Diffstat (limited to 'run.in')
-rw-r--r--run.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/run.in b/run.in
index ed4971bd..548ac207 100644
--- a/run.in
+++ b/run.in
@@ -51,6 +51,7 @@ b=@abs_builddir@
#
# chcon --reference=/tmp tmp
export TMPDIR="$b/tmp"
+mkdir -p "$b/tmp"
# Set local environment relative to this script.
export LIBGUESTFS_PATH="$b/appliance"