diff options
author | Darren Tucker <dtucker@cvs.openbsd.org> | 2016-06-03 03:48:00 +0000 |
---|---|---|
committer | Darren Tucker <dtucker@cvs.openbsd.org> | 2016-06-03 03:48:00 +0000 |
commit | 2e4f95fd3830b1fa3e421f9dea64e0389e90f837 (patch) | |
tree | 1917e8af5888feba955dfc98597abe3e8920a8dd /regress/usr.bin | |
parent | dae7b1260f4192cf92eeb3eaa188dba7067b7b17 (diff) |
Add 'sshd' to the test ID as I'm about to add a similar set for ssh.
Diffstat (limited to 'regress/usr.bin')
-rw-r--r-- | regress/usr.bin/ssh/cfgparse.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/ssh/cfgparse.sh b/regress/usr.bin/ssh/cfgparse.sh index 7f377d887c7..895ffb8d50c 100644 --- a/regress/usr.bin/ssh/cfgparse.sh +++ b/regress/usr.bin/ssh/cfgparse.sh @@ -1,7 +1,7 @@ -# $OpenBSD: cfgparse.sh,v 1.5 2015/05/29 03:05:13 djm Exp $ +# $OpenBSD: cfgparse.sh,v 1.6 2016/06/03 03:47:59 dtucker Exp $ # Placed in the Public Domain. -tid="config parse" +tid="sshd config parse" # We need to use the keys generated for the regression test because sshd -T # will fail if we're not running with SUDO (no permissions for real keys) or |