Skip to content

Commit 221b370

Browse files
committed
fix path test
1 parent 28cab66 commit 221b370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/agent_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ func TestAgent_Session_EnvironmentVariables(t *testing.T) {
355355
"MY_OVERRIDE": "true", // From the agent environment variables option, overrides manifest.
356356
"MY_SESSION_MANIFEST": "false", // From the manifest, overrides session env.
357357
"MY_SESSION": "true", // From the session.
358-
"PATH": scriptBinDir + ":",
358+
"PATH": scriptBinDir + string(filepath.ListSeparator),
359359
} {
360360
t.Run(k, func(t *testing.T) {
361361
echoEnv(t, stdin, k)

0 commit comments

Comments
 (0)