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 0fd00f2 commit a1238a2Copy full SHA for a1238a2
libs/process/opts_test.go
@@ -9,7 +9,7 @@ import (
9
)
10
11
func TestWithEnvs(t *testing.T) {
12
- if runtime.GOOS != "windows" {
+ if runtime.GOOS == "windows" {
13
// Skipping test on windows for now because of the following error:
14
// /bin/sh -c echo $FOO $BAR: exec: "/bin/sh": file does not exist
15
t.SkipNow()
0 commit comments