Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit221b370

Browse files
committed
fix path test
1 parent28cab66 commit221b370

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)

[8]ページ先頭

©2009-2025 Movatter.jp