| ... | @@ -100,7 +100,7 @@ fn wasiPathPrefixMatches(prefix: []const u8, path: []const u8) bool { | ... | @@ -100,7 +100,7 @@ fn wasiPathPrefixMatches(prefix: []const u8, path: []const u8) bool { |
| 100 | } | 100 | } |
| 101 | | 101 | |
| 102 | test "preopens" { | 102 | test "preopens" { |
| 103 | if (builtin.os.tag != .wasi) return error.SkipZigTest; | 103 | if (builtin.os.tag != .wasi or builtin.link_libc) return error.SkipZigTest; |
| 104 | | 104 | |
| 105 | // lifted from `testing` | 105 | // lifted from `testing` |
| 106 | const random_bytes_count = 12; | 106 | const random_bytes_count = 12; |