tests: making the temporary directory be created in a new place. make sure the proxy...
[monkeysphere.git] / tests / home / testuser / .ssh / proxy-command
index 630327d0f8f4497f068642c7c86fe9d3d2a61097..214cc23b7a29c5ef4fe2753cf157ab22f9d5f26c 100755 (executable)
@@ -3,6 +3,7 @@
 # simple socket-based proxy-command wrapper for testing monkeysphere.
 
 # pass this thing the host, the port, and the socket.
+which monkeysphere >&2
 
-monkeysphere-ssh-proxycommand --no-connect "$1" "$2" && \
-socat STDIO UNIX:"$3"
+monkeysphere ssh-proxycommand --no-connect "$1" "$2" && \
+exec socat STDIO UNIX:"$3"