Tweaked the pretend-ssh script.
authorWayne Davison <wayned@samba.org>
Sat, 8 Sep 2007 20:16:28 +0000 (20:16 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 8 Sep 2007 20:16:28 +0000 (20:16 +0000)
testsuite/ssh-basic.test

index ff8991b..7586ae5 100644 (file)
@@ -21,7 +21,7 @@ while : ; do
     esac
 done
 
-$*
+eval "${@}"
 EOT
 chmod +x "$SSH"