]> granicus.if.org Git - postgis/commitdiff
Remove duplicated diff output
authorSandro Santilli <strk@kbt.io>
Tue, 9 Jan 2018 18:15:20 +0000 (18:15 +0000)
committerSandro Santilli <strk@kbt.io>
Tue, 9 Jan 2018 18:15:20 +0000 (18:15 +0000)
This was accidentally included with r16153 by Komzpa

git-svn-id: http://svn.osgeo.org/postgis/trunk@16238 b70326c6-7e19-0410-871a-916f4a2858ee

regress/run_test.pl

index 3a39877277f5d2b7942921cfb3d2d3d43ce02830..7de5e8270c3542356b3d54d2e7b843fd3529d914 100755 (executable)
@@ -754,9 +754,6 @@ sub run_simple_test
                        print FILE $diff;
                        close(FILE);
                        fail("${msg}diff expected obtained", $diffile);
-                       print "========";
-                       print $diff;
-                       print "========";
                        return 0;
                }
                else