artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
158ae97
)
Unset ftp_proxy to make test independent from environment.
author
bluhm
<bluhm@openbsd.org>
Mon, 26 Apr 2021 08:45:01 +0000
(08:45 +0000)
committer
bluhm
<bluhm@openbsd.org>
Mon, 26 Apr 2021 08:45:01 +0000
(08:45 +0000)
regress/libexec/ftpd/Makefile
patch
|
blob
|
history
diff --git
a/regress/libexec/ftpd/Makefile
b/regress/libexec/ftpd/Makefile
index
6f2a4da
..
31a291f
100644
(file)
--- 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