Skip to content

Commit e363d5f

Browse files
committed
Merge branch 'rj/meson-tap-parse-fixup'
An earlier test update incorrectly lost three prerequisites on macOS, which has been corrected. * rj/meson-tap-parse-fixup: test-lib: add missing prerequisites for Darwin
2 parents 92daf08 + 2f71f61 commit e363d5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

t/test-lib.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1647,6 +1647,9 @@ uname_s=$(uname -s)
16471647
case $uname_s in
16481648
Darwin)
16491649
test_set_prereq MACOS
1650+
test_set_prereq POSIXPERM
1651+
test_set_prereq BSLASHPSPEC
1652+
test_set_prereq EXECKEEPSPID
16501653
;;
16511654
*MINGW*)
16521655
# Windows has its own (incompatible) sort and find

0 commit comments

Comments
 (0)