From bd8ef4ea24080e9307e0299a16caf205384792d8 Mon Sep 17 00:00:00 2001 From: KillTheMule Date: Fri, 29 Jul 2016 11:52:23 +0200 Subject: test: fix --- test/functional/legacy/030_fileformats_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/functional/legacy/030_fileformats_spec.lua b/test/functional/legacy/030_fileformats_spec.lua index 31b051a58d..9bc62a375e 100644 --- a/test/functional/legacy/030_fileformats_spec.lua +++ b/test/functional/legacy/030_fileformats_spec.lua @@ -1,6 +1,6 @@ -- Test for a lot of variations of the 'fileformats' option -local helpers = require('test.functional.helpers') +local helpers = require('test.functional.helpers')(after_each) local feed, clear, execute = helpers.feed, helpers.clear, helpers.execute local eq, write_file = helpers.eq, helpers.write_file -- cgit