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