summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--regress/agent-getpeereid.sh1
2 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e3e3b6577..b02acb2d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -77,6 +77,7 @@
77 traffic and we get different errors to what the tests look for. 77 traffic and we get different errors to what the tests look for.
78 - (dtucker) [openbsd-compat/getopt.h] Remove unneeded bits. 78 - (dtucker) [openbsd-compat/getopt.h] Remove unneeded bits.
79 - (dtucker) [regress/cfgmatch.sh] Resync config file setup with openbsd. 79 - (dtucker) [regress/cfgmatch.sh] Resync config file setup with openbsd.
80 - (dtucker) [regress/agent-getpeereid.sh] Resync spaces with openbsd.
80 81
8120130516 8220130516
82 - (djm) [contrib/ssh-copy-id] Fix bug that could cause "rm *" to be 83 - (djm) [contrib/ssh-copy-id] Fix bug that could cause "rm *" to be
diff --git a/regress/agent-getpeereid.sh b/regress/agent-getpeereid.sh
index faf654c04..1726c2b9d 100644
--- a/regress/agent-getpeereid.sh
+++ b/regress/agent-getpeereid.sh
@@ -18,7 +18,6 @@ if [ -z "$SUDO" ]; then
18 exit 0 18 exit 0
19fi 19fi
20 20
21
22trace "start agent" 21trace "start agent"
23eval `${SSHAGENT} -s -a ${ASOCK}` > /dev/null 22eval `${SSHAGENT} -s -a ${ASOCK}` > /dev/null
24r=$? 23r=$?