From 076a3b9ced9bbf5ee4f17a84b9593cc074308e15 Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Mon, 10 Jan 2011 12:56:26 -0800 Subject: [PATCH] - (tim) [regress/host-expand.sh] Fix for building outside of read only source tree. --- ChangeLog | 4 ++++ regress/host-expand.sh | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6dde0e858..3e931f394 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +20110111 + - (tim) [regress/host-expand.sh] Fix for building outside of read only + source tree. + 20110109 - (djm) [Makefile.in] list ssh_host_ecdsa key in PATHSUBS; spotted by openssh AT roumenpetrov.info diff --git a/regress/host-expand.sh b/regress/host-expand.sh index c0417d9c9..a0188363d 100644 --- a/regress/host-expand.sh +++ b/regress/host-expand.sh @@ -5,14 +5,14 @@ tid="expand %h and %n" echo 'PermitLocalCommand yes' >> $OBJ/ssh_proxy printf 'LocalCommand printf "%%%%s\\n" "%%n" "%%h"\n' >> $OBJ/ssh_proxy -cat >expect <$OBJ/expect <actual - diff expect actual || fail "$tid proto $p" + ${SSH} -F $OBJ/ssh_proxy -$p somehost true >$OBJ/actual + diff $OBJ/expect $OBJ/actual || fail "$tid proto $p" done