aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/006_argument_list_spec.lua
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-11-07 01:03:25 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-11-07 01:03:25 -0300
commit7ded32ad3b869b429a617367ea9af4c66a50df1e (patch)
tree28162846bb315097b163127448ec87a33ebaef59 /test/functional/legacy/006_argument_list_spec.lua
parent8455fd5e338624a76bd2e4b3176f51eeac76ff7b (diff)
parent168a46fd316812ad0393101cf65eef1442d2605a (diff)
downloadrneovim-7ded32ad3b869b429a617367ea9af4c66a50df1e.tar.gz
rneovim-7ded32ad3b869b429a617367ea9af4c66a50df1e.tar.bz2
rneovim-7ded32ad3b869b429a617367ea9af4c66a50df1e.zip
Merge PR #1421 'Improve test error handling and reporting'
Diffstat (limited to 'test/functional/legacy/006_argument_list_spec.lua')
-rw-r--r--test/functional/legacy/006_argument_list_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/legacy/006_argument_list_spec.lua b/test/functional/legacy/006_argument_list_spec.lua
index 30fb9a55ff..1266a876d4 100644
--- a/test/functional/legacy/006_argument_list_spec.lua
+++ b/test/functional/legacy/006_argument_list_spec.lua
@@ -50,7 +50,7 @@ describe('argument list', function()
execute('%d')
execute('0put=@a')
- execute('1d | $d')
+ execute('$d')
eq(dedent([[
start of test file Xxx1