1#!/usr/bin/env bash
2# GMT_KNOWN_FAILURE
3# Added after issue #672 which exposed a map jump that should not happen
4# Fixed in r14052 but we keep this test in case it resurfaces
5# Well, bottom panel plots the wrong closed polygon
6ps=nojump.ps
7cat << EOF > t.txt
8115 -20
9115 15
10195 15
11195 -20
12115 -20
13EOF
14gmt psxy -R110/215/-27/20 -JM6i t.txt -Wfat,green -Baf -BWSne -A -P -K -Xc > $ps
15gmt psxy -R -J t.txt -Wfat,green -Baf -BWSne -Ap -O -K -Y3.15i >> $ps
16gmt psxy -R -J t.txt -Wfat,green -Baf -BWSne -O -Y3.15i >> $ps
17