8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f3bcb commit 0cc94deCopy full SHA for 0cc94de
agent/agent_test.go
@@ -343,7 +343,7 @@ func TestAgent_Session_EnvironmentVariables(t *testing.T) {
343
"MY_OVERRIDE": "true", // From the agent environment variables option, overrides manifest.
344
"MY_SESSION_MANIFEST": "false", // From the manifest, overrides session env.
345
"MY_SESSION": "true", // From the session.
346
- "PATH": scriptBinDir + ":",
+ "PATH": scriptBinDir + string(filepath.ListSeparator),
347
} {
348
t.Run(k, func(t *testing.T) {
349
out := echoEnv(t, stdin, stdout, k)
0 commit comments