From 3549c22b40e82bae1c28083f692f05556220f39b Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Wed, 29 Jan 2025 12:57:33 +0100 Subject: [PATCH] - --- acceptance/acceptance_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/acceptance/acceptance_test.go b/acceptance/acceptance_test.go index c5c7f91b4..318d20515 100644 --- a/acceptance/acceptance_test.go +++ b/acceptance/acceptance_test.go @@ -177,7 +177,8 @@ func getTests(t *testing.T) []string { return testDirs } -// In case of duplicate keys in env, the last is applicable when spawning a process. +// In case of duplicate keys in env, the last value is applicable when spawning +// a process. func setEnv(env []string, key, value string) []string { return append(env, key+"="+value) }