diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-22 21:47:21 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-22 21:47:21 +0200 |
commit | 378dcb387823e840c13722d4b514086c8dfa3527 (patch) | |
tree | ecb439c9c3e7c14eae2966250d50652b068f01e9 /scripts/test | |
parent | 6f0c50457f9d197c1a1759d4302f251cce4242d8 (diff) | |
download | vim-polyglot-378dcb387823e840c13722d4b514086c8dfa3527.tar.gz vim-polyglot-378dcb387823e840c13722d4b514086c8dfa3527.zip |
Update tests location
Diffstat (limited to 'scripts/test')
-rwxr-xr-x | scripts/test | 4 |
1 files changed, 2 insertions, 2 deletions
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! ") |