summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@cvs.openbsd.org>2018-05-11 03:51:07 +0000
committerDarren Tucker <dtucker@cvs.openbsd.org>2018-05-11 03:51:07 +0000
commit6eeed5fa6536a409a2030fcf474638969bdf9f8d (patch)
treeb2db056c285294863f54c444bea26bdd07ea1487 /regress
parente7d95152ba0c01db32dbab9938d03bbd7b590d76 (diff)
Clean up comment.
Diffstat (limited to 'regress')
-rw-r--r--regress/usr.bin/ssh/cfgparse.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/usr.bin/ssh/cfgparse.sh b/regress/usr.bin/ssh/cfgparse.sh
index 895ffb8d50c..6623e7ef10a 100644
--- a/regress/usr.bin/ssh/cfgparse.sh
+++ b/regress/usr.bin/ssh/cfgparse.sh
@@ -1,12 +1,12 @@
-# $OpenBSD: cfgparse.sh,v 1.6 2016/06/03 03:47:59 dtucker Exp $
+# $OpenBSD: cfgparse.sh,v 1.7 2018/05/11 03:51:06 dtucker Exp $
# Placed in the Public Domain.
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
-# if we are # running tests on a system that has never had sshd installed
-# (keys won't exist).
+# if we are running tests on a system that has never had sshd installed
+# because the keys won't exist.
grep "HostKey " $OBJ/sshd_config > $OBJ/sshd_config_minimal
SSHD_KEYS="`cat $OBJ/sshd_config_minimal`"