From: bluhm Date: Mon, 26 Apr 2021 08:45:01 +0000 (+0000) Subject: Unset ftp_proxy to make test independent from environment. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=816abaa9d0b0b1e880b9c6245005d222acf03007;p=openbsd Unset ftp_proxy to make test independent from environment. --- diff --git a/regress/libexec/ftpd/Makefile b/regress/libexec/ftpd/Makefile index 6f2a4da541d..31a291f1a77 100644 --- a/regress/libexec/ftpd/Makefile +++ b/regress/libexec/ftpd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2020/12/17 00:51:12 bluhm Exp $ +# $OpenBSD: Makefile,v 1.8 2021/04/26 08:45:01 bluhm Exp $ .PHONY: setup-ftpd @@ -48,7 +48,7 @@ setup-ftpd: dd if=/dev/random of="ftpd.regress.local" count=1 bs=1m run-ftpd-get: - ftp -a ftp://127.0.0.1/ftpd.regress + ftp_proxy= ftp -a ftp://127.0.0.1/ftpd.regress cmp ${FTPDIR}/ftpd.regress ftpd.regress rm ftpd.regress