diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-04-24 17:25:34 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-04-24 17:25:34 -0700 |
| commit | 028c43269e50b65844c0b70557a2b9d5d4f21bd7 (patch) | |
| tree | 6201dc31473191739da23b9060ab6987e7be3735 /t/t7815-grep-binary.sh | |
| parent | Merge branch 'ps/parse-options-integers' (diff) | |
| parent | config.mak.uname: set CSPRNG_METHOD to getrandom on Linux (diff) | |
| download | git-028c43269e50b65844c0b70557a2b9d5d4f21bd7.tar.gz git-028c43269e50b65844c0b70557a2b9d5d4f21bd7.zip | |
Merge branch 'rj/build-tweaks'
Various build tweaks, including CSPRNG selection on some platforms.
* rj/build-tweaks:
config.mak.uname: set CSPRNG_METHOD to getrandom on Linux
config.mak.uname: add arc4random to the cygwin build
config.mak.uname: add sysinfo() configuration for cygwin
builtin/gc.c: correct RAM calculation when using sysinfo
config.mak.uname: add clock_gettime() to the cygwin build
config.mak.uname: add HAVE_GETDELIM to the cygwin section
config.mak.uname: only set NO_REGEX on cygwin for v1.7
config.mak.uname: add a note about NO_STRLCPY for Linux
Makefile: remove NEEDS_LIBRT build variable
meson.build: set default help format to html on windows
meson.build: only set build variables for non-default values
Makefile: only set some BASIC_CFLAGS when RUNTIME_PREFIX is set
meson.build: remove -DCURL_DISABLE_TYPECHECK
Diffstat (limited to 't/t7815-grep-binary.sh')
| -rwxr-xr-x | t/t7815-grep-binary.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7815-grep-binary.sh b/t/t7815-grep-binary.sh index 3bd91da970..b7d83f9a5d 100755 --- a/t/t7815-grep-binary.sh +++ b/t/t7815-grep-binary.sh @@ -63,7 +63,7 @@ test_expect_success 'git grep ile a' ' git grep ile a ' -test_expect_failure 'git grep .fi a' ' +test_expect_failure !CYGWIN 'git grep .fi a' ' git grep .fi a ' |
