Merge branch 'ew/test-wo-fsync'

Allow running our tests while disabling fsync.

* ew/test-wo-fsync:
  tests: disable fsync everywhere
This commit is contained in:
Junio C Hamano
2021-12-15 09:39:51 -08:00
6 changed files with 48 additions and 2 deletions

View File

@ -996,6 +996,7 @@ extern int read_replace_refs;
extern char *git_replace_ref_base;
extern int fsync_object_files;
extern int use_fsync;
extern int core_preload_index;
extern int precomposed_unicode;
extern int protect_hfs;