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 | |
parent | 6f0c50457f9d197c1a1759d4302f251cce4242d8 (diff) | |
download | vim-polyglot-378dcb387823e840c13722d4b514086c8dfa3527.tar.gz vim-polyglot-378dcb387823e840c13722d4b514086c8dfa3527.zip |
Update tests location
Diffstat (limited to '')
-rw-r--r-- | scripts/Gemfile | 3 | ||||
-rwxr-xr-x | scripts/test | 4 | ||||
-rw-r--r-- | tests/extensions.vim (renamed from scripts/test_extensions.vim) | 0 |
3 files changed, 2 insertions, 5 deletions
diff --git a/scripts/Gemfile b/scripts/Gemfile deleted file mode 100644 index fc8e5745..00000000 --- a/scripts/Gemfile +++ /dev/null @@ -1,3 +0,0 @@ -source "https://rubygems.org" - -gem "jasherai-oniguruma" 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! ") diff --git a/scripts/test_extensions.vim b/tests/extensions.vim index 467ac86a..467ac86a 100644 --- a/scripts/test_extensions.vim +++ b/tests/extensions.vim |