summaryrefslogtreecommitdiff
path: root/regress/test-exec.sh
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2015-08-19 17:00:17 +0100
committerColin Watson <cjwatson@debian.org>2015-08-19 17:00:17 +0100
commit544df7a04ae5b5c1fc30be7c445ad685d7a02dc9 (patch)
tree33d2a87dd50fe5894ac6ec4579c83401b7ab00a4 /regress/test-exec.sh
parentbaccdb349b31c47cd76fb63211f754ed33a9707e (diff)
parent7de4b03a6e4071d454b72927ffaf52949fa34545 (diff)
Import openssh_6.9p1.orig.tar.gz
Diffstat (limited to 'regress/test-exec.sh')
-rw-r--r--regress/test-exec.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/test-exec.sh b/regress/test-exec.sh
index 0f766620d..114e129f2 100644
--- a/regress/test-exec.sh
+++ b/regress/test-exec.sh
@@ -444,7 +444,7 @@ Host *
444EOF 444EOF
445 445
446if [ ! -z "$TEST_SSH_SSH_CONFOPTS" ]; then 446if [ ! -z "$TEST_SSH_SSH_CONFOPTS" ]; then
447 trace "adding ssh_config option $TEST_SSH_SSHD_CONFOPTS" 447 trace "adding ssh_config option $TEST_SSH_SSH_CONFOPTS"
448 echo "$TEST_SSH_SSH_CONFOPTS" >> $OBJ/ssh_config 448 echo "$TEST_SSH_SSH_CONFOPTS" >> $OBJ/ssh_config
449fi 449fi
450 450