diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2016-09-23 20:02:01 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2016-09-23 20:02:01 +0000 |
commit | 60d98e71f0a1e9f1c720af0d1c41eadab7998d80 (patch) | |
tree | e1e137541072a13c2afd6ee7fcf38bb2493e9e86 /regress | |
parent | 2978f0e6926b20fa559db34387a68bd8f162beb1 (diff) |
Remove leftovers from relayd tests.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/usr.sbin/httpd/tests/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/regress/usr.sbin/httpd/tests/Makefile b/regress/usr.sbin/httpd/tests/Makefile index 6ed064fd06f..b4f13e04b2d 100644 --- a/regress/usr.sbin/httpd/tests/Makefile +++ b/regress/usr.sbin/httpd/tests/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2016/09/02 21:30:34 bluhm Exp $ +# $OpenBSD: Makefile,v 1.4 2016/09/23 20:02:00 bluhm Exp $ # The following ports must be installed for the regression tests: # p5-IO-Socket-INET6 object interface for AF_INET and AF_INET6 domain sockets @@ -20,16 +20,6 @@ regress: @echo SKIPPED .endif -# Fill out these variables if you want to test httpd with -# the httpd process running on a remote machine. You have to specify -# a local and remote ip address for the tcp connections. To control -# the remote machine you need a hostname for ssh to log in. All the -# test files must be in the same directory local and remote. - -LOCAL_ADDR ?= -REMOTE_ADDR ?= -REMOTE_SSH ?= - # Automatically generate regress targets from test cases in directory. ARGS != cd ${.CURDIR} && ls args-*.pl |