From 5fd8f637afed8edd4dbb927e3ffd87108001811d Mon Sep 17 00:00:00 2001 From: ZyX Date: Sun, 9 Apr 2017 02:04:52 +0300 Subject: functests: Fix legacy/097_glob_path_spec --- test/functional/legacy/097_glob_path_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/legacy/097_glob_path_spec.lua b/test/functional/legacy/097_glob_path_spec.lua index 0d71872def..6b63a317f1 100644 --- a/test/functional/legacy/097_glob_path_spec.lua +++ b/test/functional/legacy/097_glob_path_spec.lua @@ -27,7 +27,7 @@ describe('glob() and globpath()', function() command([[$put =glob('Xxx\{')]]) command([[$put =glob('Xxx\$')]]) - command('w! Xxx{') + command('silent w! Xxx{') command([[w! Xxx\$]]) command([[$put =glob('Xxx\{')]]) command([[$put =glob('Xxx\$')]]) -- cgit