diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-06-18 13:53:36 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-06-18 13:53:36 -0700 |
| commit | e363d5f226d5a25ca2e75fa5cabf33e8492bee0c (patch) | |
| tree | b99e8919a50dd1c201a6a19864a7fdb0f52266b4 | |
| parent | 92daf08c84ef4d324a585f7aa86270f4b1e9900a (diff) | |
| parent | 2f71f6104526448dc9d0fa1ab32835bf9b6d66e1 (diff) | |
| download | git-e363d5f226d5a25ca2e75fa5cabf33e8492bee0c.tar.gz | |
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
| -rw-r--r-- | t/test-lib.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh index 9ffcae0472..51370a201c 100644 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -1647,6 +1647,9 @@ uname_s=$(uname -s) case $uname_s in Darwin) test_set_prereq MACOS + test_set_prereq POSIXPERM + test_set_prereq BSLASHPSPEC + test_set_prereq EXECKEEPSPID ;; *MINGW*) # Windows has its own (incompatible) sort and find |
