]> granicus.if.org Git - postgis/commitdiff
Fix scoping of TEST variable (#1853)
authorSandro Santilli <strk@keybit.net>
Thu, 7 Jun 2012 06:55:58 +0000 (06:55 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 7 Jun 2012 06:55:58 +0000 (06:55 +0000)
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

index 3521d38d40cec3eed9b37ba042d0b8dbcf0c6755..64c79d674e240ffac96acc243c822d312bcd631a 100755 (executable)
@@ -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