diff options
Diffstat (limited to 'regress/Makefile')
-rw-r--r-- | regress/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/Makefile b/regress/Makefile index ab2a6ae7b..4c64b576f 100644 --- a/regress/Makefile +++ b/regress/Makefile | |||
@@ -44,6 +44,7 @@ LTESTS= connect \ | |||
44 | sftp-badcmds \ | 44 | sftp-badcmds \ |
45 | sftp-batch \ | 45 | sftp-batch \ |
46 | sftp-glob \ | 46 | sftp-glob \ |
47 | sftp-perm \ | ||
47 | reconfigure \ | 48 | reconfigure \ |
48 | dynamic-forward \ | 49 | dynamic-forward \ |
49 | forwarding \ | 50 | forwarding \ |
@@ -86,7 +87,8 @@ CLEANFILES= t2.out t3.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \ | |||
86 | authorized_principals_${USER} expect actual ready \ | 87 | authorized_principals_${USER} expect actual ready \ |
87 | sshd_proxy.* authorized_keys_${USER}.* modpipe revoked-* krl-* \ | 88 | sshd_proxy.* authorized_keys_${USER}.* modpipe revoked-* krl-* \ |
88 | ssh.log failed-ssh.log sshd.log failed-sshd.log \ | 89 | ssh.log failed-ssh.log sshd.log failed-sshd.log \ |
89 | regress.log failed-regress.log ssh-log-wrapper.sh | 90 | regress.log failed-regress.log ssh-log-wrapper.sh \ |
91 | sftp-server.sh sftp-server.log sftp.log | ||
90 | 92 | ||
91 | SUDO_CLEAN+= /var/run/testdata_${USER} /var/run/keycommand_${USER} | 93 | SUDO_CLEAN+= /var/run/testdata_${USER} /var/run/keycommand_${USER} |
92 | 94 | ||