diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-12-13 21:09:40 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-12-13 21:09:40 +0900 |
| commit | 8a755eddf5bf256613bc584f32cd44401a25897c (patch) | |
| tree | b5d92c6283e1b889bf50ff7056dfb1196e9277ac /t/test-lib.sh | |
| parent | af778cd9be6307e34f9f900fd42eb826c65b32da (diff) | |
| parent | 82689d5e5d3f41da2ab1fbf9fbe7aacfd6da74c1 (diff) | |
| download | git-8a755eddf5bf256613bc584f32cd44401a25897c.tar.gz | |
Sync with Git 2.31.6
Diffstat (limited to 't/test-lib.sh')
| -rw-r--r-- | t/test-lib.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh index adaf03543e..af1a94c2c2 100644 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -1642,6 +1642,10 @@ build_option () { sed -ne "s/^$1: //p" } +test_lazy_prereq SIZE_T_IS_64BIT ' + test 8 -eq "$(build_option sizeof-size_t)" +' + test_lazy_prereq LONG_IS_64BIT ' test 8 -le "$(build_option sizeof-long)" ' |
