diff options
author | Damien Miller <djm@mindrot.org> | 2015-02-25 16:58:22 -0800 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2015-02-26 14:55:55 -0800 |
commit | bd58853102cee739f0e115e6d4b5334332ab1442 (patch) | |
tree | c214663c1fa4b28cc687faba24183f36085a3141 /regress/integrity.sh | |
parent | f43d17269194761eded9e89f17456332f4c83824 (diff) |
valgrind support
Diffstat (limited to 'regress/integrity.sh')
-rw-r--r-- | regress/integrity.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/integrity.sh b/regress/integrity.sh index 42cb46422..2ff8b3f17 100644 --- a/regress/integrity.sh +++ b/regress/integrity.sh | |||
@@ -20,7 +20,7 @@ echo "KexAlgorithms diffie-hellman-group14-sha1,diffie-hellman-group1-sha1" \ | |||
20 | >> $OBJ/ssh_proxy | 20 | >> $OBJ/ssh_proxy |
21 | 21 | ||
22 | # sshd-command for proxy (see test-exec.sh) | 22 | # sshd-command for proxy (see test-exec.sh) |
23 | cmd="$SUDO sh ${SRC}/sshd-log-wrapper.sh ${SSHD} ${TEST_SSHD_LOGFILE} -i -f $OBJ/sshd_proxy" | 23 | cmd="$SUDO sh ${SRC}/sshd-log-wrapper.sh ${TEST_SSHD_LOGFILE} ${SSHD} -i -f $OBJ/sshd_proxy" |
24 | 24 | ||
25 | for m in $macs; do | 25 | for m in $macs; do |
26 | trace "test $tid: mac $m" | 26 | trace "test $tid: mac $m" |