]> granicus.if.org Git - postgis/commitdiff
Set the default regression temp dir to /tmp/pgis_reg (#1607)
authorSandro Santilli <strk@keybit.net>
Thu, 23 Feb 2012 13:28:16 +0000 (13:28 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 23 Feb 2012 13:28:16 +0000 (13:28 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9277 b70326c6-7e19-0410-871a-916f4a2858ee

regress/run_test

index 4af65bf41e76b5e070e4f17c121f5519ad49bb0b..c772fbacfdc0e6368d0d3d21eeae829c84a9dc5b 100755 (executable)
@@ -44,7 +44,7 @@ STAGED_SCRIPTS_DIR="${STAGED_INSTALL_DIR}/share/contrib/postgis"
 PSQL="psql"
 
 if [ -z "$TMPDIR" ]; then
-       TMPDIR=/tmp/pgis_reg_$$
+       TMPDIR=/tmp/pgis_reg
 fi
 
 mkdir -p ${TMPDIR}/tmp