From e5d01c21d7aa2683ad4b98cb30960219103c056d Mon Sep 17 00:00:00 2001 From: Hilko Bengen Date: Thu, 20 Sep 2012 19:36:20 +0200 Subject: ./run: Make sure that the temporary directory exists so test scripts can produce output files --- run.in | 1 + 1 file changed, 1 insertion(+) (limited to 'run.in') 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" -- cgit