diff options
-rw-r--r-- | test/functional/legacy/wordcount_spec.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/functional/legacy/wordcount_spec.lua b/test/functional/legacy/wordcount_spec.lua index 192298284f..5412903866 100644 --- a/test/functional/legacy/wordcount_spec.lua +++ b/test/functional/legacy/wordcount_spec.lua @@ -12,9 +12,7 @@ describe('wordcount', function() before_each(clear) it('is working', function() - command('set selection=inclusive') - command('fileformat=unix') - command('fileformats=unix') + command('set selection=inclusive fileformat=unix fileformats=unix') insert([=[ RESULT test:]=]) |