diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-10-26 03:02:11 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-10-26 03:02:11 -0400 |
commit | 96ac22cf25565e62b5a8a2dae820b074cb5ab32d (patch) | |
tree | 752ffa5cf9ee15d410488e85ec015122e718bb8b /tests/home | |
parent | 6b5b0fdfc95625892df654e4ae057a798e59d588 (diff) |
testing: A bit more fine-tuning, so that the test suite should successfully complete without any user interaction.
Diffstat (limited to 'tests/home')
-rwxr-xr-x | tests/home/testuser/.ssh/proxy-command | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/home/testuser/.ssh/proxy-command b/tests/home/testuser/.ssh/proxy-command index 630327d..21c66fa 100755 --- a/tests/home/testuser/.ssh/proxy-command +++ b/tests/home/testuser/.ssh/proxy-command @@ -5,4 +5,4 @@ # pass this thing the host, the port, and the socket. monkeysphere-ssh-proxycommand --no-connect "$1" "$2" && \ -socat STDIO UNIX:"$3" +exec socat STDIO UNIX:"$3" |