Skip to content

Commit

Permalink
[macOS] Update tcl/tk test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
sarathrajsrinivasan committed Dec 14, 2024
1 parent dc46bb9 commit 65dba61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/macos/scripts/tests/BasicTools.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ Describe "Perl" {

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

Expand Down

0 comments on commit 65dba61

Please sign in to comment.