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 28cab66 commit 221b370Copy full SHA for 221b370
agent/agent_test.go
@@ -355,7 +355,7 @@ func TestAgent_Session_EnvironmentVariables(t *testing.T) {
355
"MY_OVERRIDE": "true", // From the agent environment variables option, overrides manifest.
356
"MY_SESSION_MANIFEST": "false", // From the manifest, overrides session env.
357
"MY_SESSION": "true", // From the session.
358
- "PATH": scriptBinDir + ":",
+ "PATH": scriptBinDir + string(filepath.ListSeparator),
359
} {
360
t.Run(k, func(t *testing.T) {
361
echoEnv(t, stdin, k)
0 commit comments