Test_writefile_sync_dev_stdout: use s for sync explicitly

This commit is contained in:
Daniel Hahler
2019-06-08 10:55:09 +02:00
parent b6eeb40d19
commit 7d542b5900

View File

@@ -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