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 7f438cc commit c30a1c3Copy full SHA for c30a1c3
agent/agent_test.go
@@ -349,7 +349,7 @@ func TestAgent_Session_EnvironmentVariables(t *testing.T) {
349
"MY_OVERRIDE": "true", // From the agent environment variables option, overrides manifest.
350
"MY_SESSION_MANIFEST": "false", // From the manifest, overrides session env.
351
"MY_SESSION": "true", // From the session.
352
- "PATH": scriptBinDir + ":",
+ "PATH": scriptBinDir + string(filepath.ListSeparator),
353
} {
354
t.Run(k, func(t *testing.T) {
355
echoEnv(t, stdin, k)
0 commit comments