summaryrefslogtreecommitdiff
path: root/go/internal
diff options
context:
space:
mode:
Diffstat (limited to 'go/internal')
-rw-r--r--go/internal/command/command_test.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/go/internal/command/command_test.go b/go/internal/command/command_test.go
index 8f14db3..cd3ac9b 100644
--- a/go/internal/command/command_test.go
+++ b/go/internal/command/command_test.go
@@ -37,13 +37,6 @@ func buildEnv(command string) map[string]string {
}
}
-func buildCheckAllowedEnv(command string) map[string]string {
- out := buildEnv(command)
- out["GITLAB_SHELL_ALLOW_CHECK_COMMAND"] = "1"
-
- return out
-}
-
func TestNew(t *testing.T) {
testCases := []struct {
desc string