diff options
author | James Lopez <james@jameslopez.es> | 2018-07-31 09:45:48 +0200 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2018-08-01 07:51:05 +0200 |
commit | 72888f59a57084a7dab49b3b67bc8622db34777f (patch) | |
tree | 81bbd88ba6e3a47361acf32a5756e5e8ec5071e0 /spec | |
parent | 4304099c3fee2382aa10a0edb57d932779b83cc9 (diff) | |
download | gitlab-shell-72888f59a57084a7dab49b3b67bc8622db34777f.tar.gz |
update gitlab shell to remove git_protocol env var
Diffstat (limited to 'spec')
-rw-r--r-- | spec/gitlab_shell_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/gitlab_shell_spec.rb b/spec/gitlab_shell_spec.rb index 0443576..f2c215e 100644 --- a/spec/gitlab_shell_spec.rb +++ b/spec/gitlab_shell_spec.rb @@ -463,7 +463,6 @@ describe GitlabShell do 'GL_PROTOCOL' => 'ssh', 'GL_REPOSITORY' => gl_repository, 'GL_USERNAME' => 'testuser', - 'GIT_PROTOCOL' => 'version=2' } end let(:exec_options) { { unsetenv_others: true, chdir: ROOT_PATH } } |