| ... | @@ -454,6 +454,9 @@ test "tar case sensitivity" { | ... | @@ -454,6 +454,9 @@ test "tar case sensitivity" { |
| 454 | } | 454 | } |
| 455 | | 455 | |
| 456 | test "tar pipeToFileSystem" { | 456 | test "tar pipeToFileSystem" { |
| | 457 | const builtin = @import("builtin"); |
| | 458 | if (builtin.os.tag == .windows) return error.SkipZigTest; |
| | 459 | |
| 457 | // $ tar tvf | 460 | // $ tar tvf |
| 458 | // pipe_to_file_system_test/ | 461 | // pipe_to_file_system_test/ |
| 459 | // pipe_to_file_system_test/b/ | 462 | // pipe_to_file_system_test/b/ |