From c18d5917e3442162f20eb9e95ba4bcffbbd8408b Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Wed, 13 Apr 2016 09:21:32 -0300 Subject: Update lua client to 0.0.1-24 The new version of the lua client uses libmpack as a backend, and some test scripts had to be updated to reflect that. --- test/functional/shada/compatibility_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/shada/compatibility_spec.lua') diff --git a/test/functional/shada/compatibility_spec.lua b/test/functional/shada/compatibility_spec.lua index 2ca0b16e75..774a1f1346 100644 --- a/test/functional/shada/compatibility_spec.lua +++ b/test/functional/shada/compatibility_spec.lua @@ -272,7 +272,7 @@ describe('ShaDa forward compatibility support code', function() eq(0, exc_exec(sdrcmd(true))) -- getreg may return empty list as list with NULL pointer which API -- translates into nil for some reason. - eq({}, funcs.getreg('a', 1, 1) or {}) + eq(NIL, funcs.getreg('a', 1, 1) or {}) eq('', funcs.getregtype('a')) nvim_command('wshada ' .. shada_fname) local found = 0 -- cgit