diff options
author | ZyX <kp-pav@yandex.ru> | 2015-10-17 23:23:32 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2015-10-23 14:54:11 +0300 |
commit | b7732cceca717739002a21087b3da6474e298028 (patch) | |
tree | 9b3f4bd7be4e47b6b8f517a7214504f8fd6a6eb0 | |
parent | d2e07c8307af8a1ab37e68746a8ba600ee372948 (diff) | |
download | rneovim-b7732cceca717739002a21087b3da6474e298028.tar.gz rneovim-b7732cceca717739002a21087b3da6474e298028.tar.bz2 rneovim-b7732cceca717739002a21087b3da6474e298028.zip |
functests: Fix 078_swapfile_recover test
-rw-r--r-- | test/functional/legacy/078_swapfile_recover_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |