Skip to content

Commit 6eca4b0

Browse files
committed
test: enable test_now_on_osx_without_perl
1 parent 0139090 commit 6eca4b0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/unit/clock_test.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,6 @@ function test_now_on_windows_without_without_powershell() {
6969
}
7070

7171
function test_now_on_osx_without_perl() {
72-
if ! check_os::is_macos; then
73-
skip
74-
return
75-
fi
76-
7772
mock_macos
7873
mock dependencies::has_perl mock_false
7974
mock clock::shell_time echo "1727708708.326957"

0 commit comments

Comments
 (0)