From 7734005f4d05ebd09bf838bd373e7062ffdda214 Mon Sep 17 00:00:00 2001 From: sthen Date: Wed, 14 Jan 2015 10:58:44 +0000 Subject: [PATCH] repair hand-edited patch (hint: use "editdiff" from patchutils) --- geo/pgrouting/patches/patch-tools_test-runner_pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/geo/pgrouting/patches/patch-tools_test-runner_pl b/geo/pgrouting/patches/patch-tools_test-runner_pl index f46a5480371..fbc26f5aab5 100644 --- a/geo/pgrouting/patches/patch-tools_test-runner_pl +++ b/geo/pgrouting/patches/patch-tools_test-runner_pl @@ -1,9 +1,9 @@ -$OpenBSD: patch-tools_test-runner_pl,v 1.2 2015/01/12 20:57:55 zhuk Exp $ +$OpenBSD: patch-tools_test-runner_pl,v 1.3 2015/01/14 10:58:44 sthen Exp $ Allow tests to run. See also: https://github.com/pgRouting/pgrouting/pull/284 --- tools/test-runner.pl.orig Wed Sep 25 00:38:31 2013 +++ tools/test-runner.pl Sat Jan 10 19:07:01 2015 -@@ -20,8 +20,9 @@ my $DRYRUN = 0; +@@ -20,8 +20,8 @@ my $DRYRUN = 0; my $DEBUG = 0; my $DBNAME = "pgr_test__db__test";