Skip to content

Commit

Permalink
[macOS] Update test case for tcl/tk
Browse files Browse the repository at this point in the history
  • Loading branch information
sarathrajsrinivasan committed Dec 13, 2024
1 parent b94f50c commit ee1015c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions images/macos/scripts/tests/BasicTools.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ Describe "Perl" {
}
}

Describe "Tcl/Tk" {
Describe "Tcl/Tk" -Skip:($os.IsVenturaArm64 -or $os.IsSonomaArm64) {
It "libtcl" {
"file /usr/local/lib/libtcl8.6.dylib" | Should -ReturnZeroExitCode
"file /usr/local/lib/libtk8.6.dylib" | Should -ReturnZeroExitCode
[ -f /usr/local/lib/libtcl8.6.dylib ] | Should -ReturnZeroExitCode
[ -f /usr/local/lib/libtk8.6.dylib ] | Should -ReturnZeroExitCode
}
}

Expand Down

0 comments on commit ee1015c

Please sign in to comment.