mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
test: move oldtests to test directory (#22536)
The new oldtest directory is in test/old/testdir. The reason for this is that many tests have hardcoded the parent directory name to be 'testdir'.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
-- See also: src/nvim/testdir/test_options.vim
|
||||
-- See also: test/old/testdir/test_options.vim
|
||||
local helpers = require('test.functional.helpers')(after_each)
|
||||
local command, clear = helpers.command, helpers.clear
|
||||
local source, expect = helpers.source, helpers.expect
|
||||
|
||||
Reference in New Issue
Block a user