| ... | ... | @@ -1131,6 +1131,7 @@ test "renameAbsolute" { |
| 1131 | 1131 | |
| 1132 | 1132 | test "openExecutable" { |
| 1133 | 1133 | if (native_os == .wasi) return error.SkipZigTest; |
| 1134 | if (native_os == .openbsd) return error.SkipZigTest; |
| 1134 | 1135 | |
| 1135 | 1136 | const io = testing.io; |
| 1136 | 1137 | |
| ... | ... | @@ -1140,6 +1141,7 @@ test "openExecutable" { |
| 1140 | 1141 | |
| 1141 | 1142 | test "executablePath" { |
| 1142 | 1143 | if (native_os == .wasi) return error.SkipZigTest; |
| 1144 | if (native_os == .openbsd) return error.SkipZigTest; |
| 1143 | 1145 | |
| 1144 | 1146 | const io = testing.io; |
| 1145 | 1147 | var buf: [Dir.max_path_bytes]u8 = undefined; |