summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/gitano-test-tool.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/gitano-test-tool.in b/testing/gitano-test-tool.in
index ae2ee4d..84b7148 100644
--- a/testing/gitano-test-tool.in
+++ b/testing/gitano-test-tool.in
@@ -231,6 +231,7 @@ function cmd_createunixuser(username)
cmd_setgitconfig(username, "user.name", username)
cmd_setgitconfig(username, "user.email", username.."@example.com")
cmd_setgitconfig(username, "push.default", "simple")
+ cmd_setgitconfig(username, "protocol.ext.allow", "always")
set_stored_password(username, username)
end