diff options
author | Daniel Silverstone <dsilvers@digital-scurf.org> | 2016-12-03 13:35:28 +0000 |
---|---|---|
committer | Daniel Silverstone <dsilvers@digital-scurf.org> | 2016-12-03 13:35:28 +0000 |
commit | bdcfcdb811540d61c669c39d2f3233aa15783330 (patch) | |
tree | cfc7fa7af3daa8b978dd495b40ac41867090ba86 /testing/gitano-test-tool.in | |
parent | 27f0c0959328e0ecd2468940739c9fd1773db3f1 (diff) | |
download | gitano-bdcfcdb811540d61c669c39d2f3233aa15783330.tar.gz |
Clean up test protocol stuff for ssh vs http
Diffstat (limited to 'testing/gitano-test-tool.in')
-rw-r--r-- | testing/gitano-test-tool.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gitano-test-tool.in b/testing/gitano-test-tool.in index 35fe410..e716320 100644 --- a/testing/gitano-test-tool.in +++ b/testing/gitano-test-tool.in @@ -275,7 +275,7 @@ function cmd_runcommand_http(user, key, ...) end function cmd_runcommand(...) - if os.getenv("GTT_PROTO") == "SSH" then + if os.getenv("GTT_PROTO") == "ssh" then return cmd_runcommand_ssh(...) else return cmd_runcommand_http(...) |