Git fork

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

+3
+3
t/test-lib.sh
··· 1647 1647 case $uname_s in 1648 1648 Darwin) 1649 1649 test_set_prereq MACOS 1650 + test_set_prereq POSIXPERM 1651 + test_set_prereq BSLASHPSPEC 1652 + test_set_prereq EXECKEEPSPID 1650 1653 ;; 1651 1654 *MINGW*) 1652 1655 # Windows has its own (incompatible) sort and find