]> andersk Git - openssh.git/blobdiff - regress/localcommand.sh
- djm@cvs.openbsd.org 2009/08/13 00:57:17
[openssh.git] / regress / localcommand.sh
index a23e5c6788e96d02d3b11e183b0bd9ea8cab9b4c..feade7a9d4c33525f2d7140fc58fd23dfea4d289 100644 (file)
@@ -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
This page took 0.031145 seconds and 4 git commands to generate.