aboutsummaryrefslogtreecommitdiff
path: root/test/functional/autocmd
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-12-08 08:00:27 +0800
committerGitHub <noreply@github.com>2023-12-08 08:00:27 +0800
commit3bb5d2f2192b63e368a4f573f66406eba3ee66b3 (patch)
tree05ce75681734aae42887dcf1b02c802dab08c731 /test/functional/autocmd
parent5e3c1b976ab4664bde2f546ac15510f4d888a39e (diff)
downloadrneovim-3bb5d2f2192b63e368a4f573f66406eba3ee66b3.tar.gz
rneovim-3bb5d2f2192b63e368a4f573f66406eba3ee66b3.tar.bz2
rneovim-3bb5d2f2192b63e368a4f573f66406eba3ee66b3.zip
test: use termopen() instead of :terminal more (#26462)
Diffstat (limited to 'test/functional/autocmd')
-rw-r--r--test/functional/autocmd/autocmd_oldtest_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/autocmd/autocmd_oldtest_spec.lua b/test/functional/autocmd/autocmd_oldtest_spec.lua
index dfd746a06e..3ff4d9b873 100644
--- a/test/functional/autocmd/autocmd_oldtest_spec.lua
+++ b/test/functional/autocmd/autocmd_oldtest_spec.lua
@@ -75,7 +75,7 @@ describe('oldtests', function()
funcs.writefile(funcs.split(content, "\n"), fname)
funcs.delete('Xout')
- funcs.system(string.format('%s -u NORC -i NONE -N -S %s', meths.get_vvar('progpath'), fname))
+ funcs.system(string.format('%s --clean -N -S %s', meths.get_vvar('progpath'), fname))
eq(1, funcs.filereadable('Xout'))
funcs.delete('Xxx1')