summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2021-04-26 08:45:02 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2021-04-26 08:45:02 +0000
commit54cccf66e8e9b4c665e6659773fdb2a4de8baf7d (patch)
tree8b4a2b568f7b05f19d841e5ae3720319db22f2cc /regress
parente336bfa7b1bcba4765f0c22df5c8d307d28d9ceb (diff)
Unset ftp_proxy to make test independent from environment.
Diffstat (limited to 'regress')
-rw-r--r--regress/libexec/ftpd/Makefile4
1 files changed, 2 insertions, 2 deletions
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