mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-11 22:43:40 +00:00
runtime: implement environment variables for Linux
This commit is contained in:
committed by
Ron Evans
parent
768a15c1dd
commit
c47cdfa66f
+1
-1
@@ -163,7 +163,7 @@ func runPlatTests(target string, tests []string, t *testing.T) {
|
||||
runTest(name, target, t, nil)
|
||||
})
|
||||
}
|
||||
if target == "wasi" || target == "" && runtime.GOOS == "darwin" {
|
||||
if target == "wasi" || target == "" {
|
||||
t.Run("filesystem.go", func(t *testing.T) {
|
||||
t.Parallel()
|
||||
runTest("filesystem.go", target, t, nil)
|
||||
|
||||
Reference in New Issue
Block a user