From b7732cceca717739002a21087b3da6474e298028 Mon Sep 17 00:00:00 2001 From: ZyX Date: Sat, 17 Oct 2015 23:23:32 +0300 Subject: functests: Fix 078_swapfile_recover test --- test/functional/legacy/078_swapfile_recover_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/legacy/078_swapfile_recover_spec.lua b/test/functional/legacy/078_swapfile_recover_spec.lua index e250c91441..33115c1317 100644 --- a/test/functional/legacy/078_swapfile_recover_spec.lua +++ b/test/functional/legacy/078_swapfile_recover_spec.lua @@ -17,7 +17,7 @@ describe('78', function() it('is working', function() source([=[ - set swapfile fileformat=unix undolevels=-1 + set directory=. swapfile fileformat=unix undolevels=-1 e! Xtest let text = "\tabcdefghijklmnoparstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnoparstuvwxyz0123456789" let i = 1 -- cgit