mirror of
https://github.com/neovim/neovim.git
synced 2026-01-05 21:07:44 +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:
4
test/old/testdir/pyxfile/py3_shebang.py
Normal file
4
test/old/testdir/pyxfile/py3_shebang.py
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/python3
|
||||
|
||||
import sys
|
||||
print(sys.version)
|
||||
Reference in New Issue
Block a user