diff options
Diffstat (limited to 'test/functional/legacy/wordcount_spec.lua')
-rw-r--r-- | test/functional/legacy/wordcount_spec.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/legacy/wordcount_spec.lua b/test/functional/legacy/wordcount_spec.lua index a1efbdc893..64f1fe7851 100644 --- a/test/functional/legacy/wordcount_spec.lua +++ b/test/functional/legacy/wordcount_spec.lua @@ -10,6 +10,7 @@ describe('wordcount', function() it('is working', function() execute('set selection=inclusive') + execute('fileformat=unix') insert([=[ RESULT test:]=]) |