Skip to content

Commit a1238a2

Browse files
committed
fix wrong copy-paste
1 parent 0fd00f2 commit a1238a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/process/opts_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
func TestWithEnvs(t *testing.T) {
12-
if runtime.GOOS != "windows" {
12+
if runtime.GOOS == "windows" {
1313
// Skipping test on windows for now because of the following error:
1414
// /bin/sh -c echo $FOO $BAR: exec: "/bin/sh": file does not exist
1515
t.SkipNow()

0 commit comments

Comments
 (0)