fix for PostGIS 2.3, patch from Sebastiaan Couwenberg for #3624
git-svn-id: http://svn.osgeo.org/postgis/trunk@15072
b70326c6-7e19-0410-871a-
916f4a2858ee
use Getopt::Long;
use strict;
+##################################################################
+# Add . to @INC if removed for CVE-2016-1238
+##################################################################
+BEGIN {
+ push @INC, "." if(!grep /^\.$/, @INC);
+}
+
##################################################################
# Usage ./run_test.pl <testname> [<testname>]