mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Test_writefile_sync_dev_stdout: use s for sync explicitly
This commit is contained in:
parent
b6eeb40d19
commit
7d542b5900
@ -162,7 +162,7 @@ func Test_writefile_sync_dev_stdout()
|
||||
endif
|
||||
if filewritable('/dev/stdout')
|
||||
" Just check that this doesn't cause an error.
|
||||
call writefile(['one'], '/dev/stdout')
|
||||
call writefile(['one'], '/dev/stdout', 's')
|
||||
else
|
||||
throw 'Skipped: /dev/stdout is not writable'
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user