diff options
Diffstat (limited to 'test/functional/example_spec.lua')
-rw-r--r-- | test/functional/example_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/example_spec.lua b/test/functional/example_spec.lua index ddc55155bf..a424d6a1fe 100644 --- a/test/functional/example_spec.lua +++ b/test/functional/example_spec.lua @@ -1,7 +1,7 @@ -- To run this test: -- TEST_FILE=test/functional/example_spec.lua make functionaltest -local t = require('test.functional.testutil')(after_each) +local t = require('test.functional.testutil')() local Screen = require('test.functional.ui.screen') local clear = t.clear local command = t.command |