Skip to content

Commit

Permalink
fix perl test path
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed Aug 21, 2023
1 parent 88c59e6 commit f428908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ perl-testcase:
&& export PERL5LIB=`pwd` \
&& prove tests \
&& perl examples/RFC24.pl ../../../../tests/test.map \
&& perl examples/shp_in_shp.pl --infile1 ../../../../tests/line.shp --infile1_shpid 0 --infile2 ../../../tests/polygon.shp --infile2_shpid 0 \
&& perl examples/shp_in_shp.pl --infile1 ../../../../tests/line.shp --infile1_shpid 0 --infile2 ../../../../tests/polygon.shp --infile2_shpid 0 \
&& perl examples/dump.pl --file ../../../../tests/line.shp \
&& perl examples/thin.pl --input ../../../../tests/polygon --output examples/junk --tolerance=5

Expand Down

0 comments on commit f428908

Please sign in to comment.