Remove test code that doesn't actually run tests

This commit is contained in:
jeremy 2020-11-11 01:36:01 +00:00
parent a89dae0778
commit 48d0470d0f

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2019/07/12 20:48:48 sthen Exp $
# $OpenBSD: Makefile,v 1.17 2020/11/11 01:36:01 jeremy Exp $
COMMENT = library for programmatically tunneling connections
@ -15,9 +15,4 @@ RUN_DEPENDS = net/ruby-net-ssh,${MODRUBY_FLAVOR}>=2.6.5
CONFIGURE_STYLE = ruby gem
MODRUBY_TEST = rake
TEST_DEPENDS = devel/ruby-jeweler,${MODRUBY_FLAVOR} \
devel/ruby-mocha,${MODRUBY_FLAVOR}
.include <bsd.port.mk>