From 444cab37316120d69aaa213858ed199dd35c4b59 Mon Sep 17 00:00:00 2001 From: ZyX Date: Sun, 9 Apr 2017 02:36:49 +0300 Subject: functests: Fix legacy/wordcount_spec Another test where bug was hidden by execute(). --- test/functional/legacy/wordcount_spec.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/functional') 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:]=]) -- cgit