neovim/test/functional/core
Justin M. Keyes 2a467acc86
fix(defaults): set 'fsync' #26039
backport #26034

Problem:
'nofsync' may lose data if the system has a hard shutdown. #9888

Solution:
Change default to 'fsync'. This may be revisited in the future when
'nofsync' can be made safer.

Co-authored-by: Ploum <1233155+ploum@users.noreply.github.com>
2023-11-14 03:34:59 -08:00
..
channels_spec.lua test: re-bundle cat on windows (#21255) 2023-03-14 09:12:26 +08:00
exit_spec.lua feat(api): nvim_exec2(), deprecate nvim_exec() #19032 2023-03-25 09:58:48 -07:00
fileio_spec.lua fix(defaults): set 'fsync' #26039 2023-11-14 03:34:59 -08:00
job_spec.lua test: unskip working Windows tests (#22537) 2023-03-13 11:15:24 +08:00
log_spec.lua refactor(tests): lift retry() into assert_log() 2023-01-17 00:19:30 +01:00
main_spec.lua test: replace lfs with luv and vim.fs 2023-04-04 21:59:06 +02:00
path_spec.lua fix(path): accept special characters on Windows 2023-10-03 22:05:22 +00:00
remote_spec.lua fix(startup): don't truncate when printing with -l 2023-07-25 22:56:02 +08:00
spellfile_spec.lua test: replace lfs with luv and vim.fs 2023-04-04 21:59:06 +02:00
startup_spec.lua fix(startup): don't truncate when printing with -l 2023-07-25 22:56:02 +08:00