diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | regress/agent-getpeereid.sh | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -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 | ||
81 | 20130516 | 82 | 20130516 |
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 |
19 | fi | 19 | fi |
20 | 20 | ||
21 | |||
22 | trace "start agent" | 21 | trace "start agent" |
23 | eval `${SSHAGENT} -s -a ${ASOCK}` > /dev/null | 22 | eval `${SSHAGENT} -s -a ${ASOCK}` > /dev/null |
24 | r=$? | 23 | r=$? |