From d3660aa8659138307baaa33acd6e1c3c3251195f Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 19 Feb 2015 16:47:43 -0200 Subject: [PATCH] test_helper: call ssh directly --- test/test_helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_helper.sh b/test/test_helper.sh index 3908222..efae52b 100644 --- a/test/test_helper.sh +++ b/test/test_helper.sh @@ -3,7 +3,7 @@ export PATH="$(dirname $0)/bin:$PATH" run_on() { local vm="$1" shift - vagrant ssh "$vm" -- "$@" + ssh -F .ssh_config "$vm" -- "$@" } # waits until a file exists -- libgit2 0.21.2