summaryrefslogtreecommitdiffstats
path: root/scripts/test
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-09-22 21:47:21 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-09-22 21:47:21 +0200
commit378dcb387823e840c13722d4b514086c8dfa3527 (patch)
treeecb439c9c3e7c14eae2966250d50652b068f01e9 /scripts/test
parent6f0c50457f9d197c1a1759d4302f251cce4242d8 (diff)
downloadvim-polyglot-378dcb387823e840c13722d4b514086c8dfa3527.tar.gz
vim-polyglot-378dcb387823e840c13722d4b514086c8dfa3527.zip
Update tests location
Diffstat (limited to 'scripts/test')
-rwxr-xr-xscripts/test4
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!
")