From e929cb8b868aba97331231ece6f9f3e1204babea Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 22 Aug 2019 15:41:30 +0100 Subject: [PATCH] Prevent whitespace problems in test. --- test/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test b/test/test index 4daf052..cffe927 100755 --- a/test/test +++ b/test/test @@ -10,7 +10,7 @@ $VIM -u NONE -U NONE -N \ --cmd 'source ../plugin/gitgutter.vim' \ -S runner.vim \ test_*.vim \ - $* + "$@" cat messages.log