diff --git a/vimperator/regressions.js b/vimperator/regressions.js index 27fc87fc..fd7f043a 100644 --- a/vimperator/regressions.js +++ b/vimperator/regressions.js @@ -37,9 +37,9 @@ let tests = [ { cmds: [":!dir"], verify: function () getMultilineOutput().length > 10 }, { cmds: [":abbr VIMP vimperator labs", ":abbr"], - verify: function () getMultilineOutput().indexOf("vimperator labs") >= 0 }, + verify: function () getOutput().indexOf("vimperator labs") >= 0 }, { cmds: [":unabbr VIMP", ":abbr"], - verify: function () getMultilineOutput().indexOf("vimperator labs") == -1 }, + verify: function () getOutput().indexOf("vimperator labs") == -1 }, { cmds: [":bmarks"], verify: function () getMultilineOutput().length > 100 }, { cmds: [":echo \"test\""],