From 6cb4ee19c7d53eca4da5ea60ccbf25678cd69f36 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 7 Jun 2012 06:55:58 +0000 Subject: [PATCH] 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 --- regress/run_test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0