summaryrefslogtreecommitdiff
path: root/tests/home
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-02-04 14:11:42 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-02-04 14:11:42 -0500
commitde36d3b27039141ba6402cb91a19a1d852185a92 (patch)
tree1d6dbdfeb75784dc255fe276e45fdf1d6bbbcb57 /tests/home
parentfa55936fde40619cdb955a089065d27a67f03f10 (diff)
tests: making the temporary directory be created in a new place. make sure the proxy command used in the test is the new subcommand.
Diffstat (limited to 'tests/home')
-rwxr-xr-xtests/home/testuser/.ssh/proxy-command3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/home/testuser/.ssh/proxy-command b/tests/home/testuser/.ssh/proxy-command
index 21c66fa..214cc23 100755
--- a/tests/home/testuser/.ssh/proxy-command
+++ b/tests/home/testuser/.ssh/proxy-command
@@ -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" && \
+monkeysphere ssh-proxycommand --no-connect "$1" "$2" && \
exec socat STDIO UNIX:"$3"