From 076a3b9ced9bbf5ee4f17a84b9593cc074308e15 Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Mon, 10 Jan 2011 12:56:26 -0800 Subject: - (tim) [regress/host-expand.sh] Fix for building outside of read only source tree. --- regress/host-expand.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'regress') 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 -- cgit v1.2.3