[macOS] Add unxip for macOS13

This commit is contained in:
sarathrajsrinivasan
2024-11-05 08:41:59 -06:00
committed by sarathrajsrinivasan
parent bf6ac0db93
commit adf6d83ab9
7 changed files with 31 additions and 3 deletions

View File

@@ -162,3 +162,9 @@ Describe "Compiled" -Skip:(-not $os.IsMonterey) {
"sbt -version" | Should -ReturnZeroExitCode
}
}
Describe "Unxip" {
It "Unxip" {
"unxip --version" | Should -ReturnZeroExitCode
}
}