From: Sandro Santilli Date: Thu, 7 Jun 2012 06:55:58 +0000 (+0000) Subject: Fix scoping of TEST variable (#1853) X-Git-Tag: 2.1.0beta2~942 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6cb4ee19c7d53eca4da5ea60ccbf25678cd69f36;p=postgis Fix scoping of TEST variable (#1853) I didn't really understand why it is only TEST needing to be "our" but it seems to work. git-svn-id: http://svn.osgeo.org/postgis/trunk@9854 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/regress/run_test.pl b/regress/run_test.pl index 3521d38d4..64c79d674 100755 --- a/regress/run_test.pl +++ b/regress/run_test.pl @@ -235,7 +235,7 @@ print " GDAL: $gdalver\n" if $gdalver; my $RUN = 0; my $FAIL = 0; my $SKIP = 0; -my $TEST = ""; +our $TEST = ""; ################################################################## # Run the tests