X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/7fc75605a48bfe2cdb411c8b999cd0a4ceebf9b9..957447483f6926c0bd176741ad83360218ae36af:/regress/localcommand.sh diff --git a/regress/localcommand.sh b/regress/localcommand.sh index a23e5c67..feade7a9 100644 --- a/regress/localcommand.sh +++ b/regress/localcommand.sh @@ -8,7 +8,7 @@ echo 'LocalCommand echo foo' >> $OBJ/ssh_proxy for p in 1 2; do verbose "test $tid: proto $p localcommand" - a=$(${SSH} -F $OBJ/ssh_proxy -$p somehost true) + a=`${SSH} -F $OBJ/ssh_proxy -$p somehost true` if [ "$a" != "foo" ] ; then fail "$tid proto $p" fi