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
This commit is contained in:
Junio C Hamano
2025-06-18 13:53:36 -07:00

View File

@@ -1647,6 +1647,9 @@ uname_s=$(uname -s)
case $uname_s in case $uname_s in
Darwin) Darwin)
test_set_prereq MACOS test_set_prereq MACOS
test_set_prereq POSIXPERM
test_set_prereq BSLASHPSPEC
test_set_prereq EXECKEEPSPID
;; ;;
*MINGW*) *MINGW*)
# Windows has its own (incompatible) sort and find # Windows has its own (incompatible) sort and find