From 378dcb387823e840c13722d4b514086c8dfa3527 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 22 Sep 2020 21:47:21 +0200 Subject: Update tests location --- scripts/test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/test') diff --git a/scripts/test b/scripts/test index 9e023bb9..227174d7 100755 --- a/scripts/test +++ b/scripts/test @@ -5,8 +5,8 @@ set -e vim --clean -N -u <(echo " let &rtp='$PWD,'.&rtp let g:polyglot_test = 1 - source scripts/test_extensions.vim - source scripts/test_filetypes.vim + source tests/extensions.vim + source tests/filetypes.vim qa! ") -- cgit v1.2.3