diff options
author | dtucker@openbsd.org <dtucker@openbsd.org> | 2016-06-03 05:47:59 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2016-06-08 03:45:39 +0200 |
commit | ab0a536066dfa32def0bd7272c096ebb5eb25b11 (patch) | |
tree | a2186a58a9fcec6950ec3bbbe87183925a108729 /regress/cfgparse.sh | |
parent | upstream commit (diff) | |
download | openssh-ab0a536066dfa32def0bd7272c096ebb5eb25b11.tar.xz openssh-ab0a536066dfa32def0bd7272c096ebb5eb25b11.zip |
upstream commit
Add 'sshd' to the test ID as I'm about to add a similar
set for ssh.
Upstream-Regress-ID: aea7a9c3bac638530165c801ce836875b228ae7a
Diffstat (limited to 'regress/cfgparse.sh')
-rw-r--r-- | regress/cfgparse.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/cfgparse.sh b/regress/cfgparse.sh index 736f38976..ccf511f6b 100644 --- a/regress/cfgparse.sh +++ b/regress/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" # This is a reasonable proxy for IPv6 support. if ! config_defined HAVE_STRUCT_IN6_ADDR ; then |