diff options
author | djm@openbsd.org <djm@openbsd.org> | 2016-04-15 02:31:10 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2016-04-15 03:16:13 +0200 |
commit | 35f22dad263cce5c61d933ae439998cb965b8748 (patch) | |
tree | 61e9d0ef521c020ecbde6ef9a7638058bb4ffbe5 /regress/Makefile | |
parent | upstream commit (diff) | |
download | openssh-35f22dad263cce5c61d933ae439998cb965b8748.tar.xz openssh-35f22dad263cce5c61d933ae439998cb965b8748.zip |
upstream commit
regression test for ssh_config Include directive
Upstream-Regress-ID: 46a38c8101f635461c506d1aac2d96af80f97f1e
Diffstat (limited to 'regress/Makefile')
-rw-r--r-- | regress/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/regress/Makefile b/regress/Makefile index 839fb8eca..4e32eab8a 100644 --- a/regress/Makefile +++ b/regress/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.84 2016/03/04 02:30:36 djm Exp $ +# $OpenBSD: Makefile,v 1.85 2016/04/15 00:31:10 djm Exp $ REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec tests: prep $(REGRESS_TARGETS) @@ -75,7 +75,8 @@ LTESTS= connect \ keygen-knownhosts \ hostkey-rotate \ principals-command \ - cert-file + cert-file \ + cfginclude # dhgex \ @@ -106,7 +107,8 @@ CLEANFILES= t2.out t3.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \ sftp-server.sh sftp-server.log sftp.log setuid-allowed \ data ed25519-agent ed25519-agent.pub key.ed25519-512 \ key.ed25519-512.pub netcat host_krl_* host_revoked_* \ - kh.* user_*key* agent-key.* known_hosts.* hkr.* + kh.* user_*key* agent-key.* known_hosts.* hkr.* \ + scp-ssh-wrapper.scp ssh_proxy_bak ssh_config.* SUDO_CLEAN+= /var/run/testdata_${USER} /var/run/keycommand_${USER} |