openbsd-ports/net/p5-Net-NTP/patches/patch-t_1_t
gsoares 3a8a6a78f3 - update to 1.3
- remove examples files as it was removed by upstream
- regen patches and set REGRESS_IS_INTERACTIVE
- add a new dependecy to RUN_DEPENDS

ok jasper@
reads ok sthen@

(maintainer timeout)
2011-07-19 20:03:26 +00:00

12 lines
310 B
Plaintext

$OpenBSD: patch-t_1_t,v 1.2 2011/07/19 20:03:26 gsoares Exp $
do regress tests.
--- t/1.t.orig Mon Jun 27 17:50:17 2011
+++ t/1.t Mon Jun 27 17:50:27 2011
@@ -3,3 +3,4 @@ use Test::More tests => 1;
BEGIN { use_ok('Net::NTP') };
#########################
+my $ntp = get_ntp_response("pool.ntp.org", 123);