From: Sandro Santilli Date: Mon, 12 Oct 2015 15:22:56 +0000 (+0000) Subject: Create full temporary path if not existing X-Git-Tag: 2.3.0beta1~431 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=156b477c17534ec0471ea8949fcc7592c3face3c;p=postgis Create full temporary path if not existing git-svn-id: http://svn.osgeo.org/postgis/trunk@14264 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/regress/run_test.pl b/regress/run_test.pl index ae5cd42d2..263b97aff 100755 --- a/regress/run_test.pl +++ b/regress/run_test.pl @@ -196,7 +196,7 @@ else $TMPDIR = tempdir( CLEANUP => 0 ); } -mkdir $TMPDIR if ( ! -d $TMPDIR ); +mkpath $TMPDIR if ( ! -d $TMPDIR ); # Set log name my $REGRESS_LOG = "${TMPDIR}/regress_log";