Do not provide make_test_root unneeded argument
This commit is contained in:
parent
8e94773791
commit
28faebe260
|
@ -2,9 +2,7 @@
|
||||||
set +x
|
set +x
|
||||||
|
|
||||||
vterm_setup() {
|
vterm_setup() {
|
||||||
local vterm_suf="$1" ; shift
|
make_test_root
|
||||||
|
|
||||||
make_test_root "vterm_$vterm_suf"
|
|
||||||
|
|
||||||
mkdir "$TEST_ROOT/path"
|
mkdir "$TEST_ROOT/path"
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
enter_suite tmux
|
enter_suite tmux
|
||||||
|
|
||||||
vterm_setup tmux
|
vterm_setup
|
||||||
|
|
||||||
ln -s "$(which env)" "$TEST_ROOT/path"
|
ln -s "$(which env)" "$TEST_ROOT/path"
|
||||||
ln -s "$(which cut)" "$TEST_ROOT/path"
|
ln -s "$(which cut)" "$TEST_ROOT/path"
|
||||||
|
|
|
@ -3,9 +3,9 @@
|
||||||
. tests/shlib/vterm.sh
|
. tests/shlib/vterm.sh
|
||||||
. tests/shlib/vim.sh
|
. tests/shlib/vim.sh
|
||||||
|
|
||||||
enter_suite vim
|
enter_suite vvim
|
||||||
|
|
||||||
vterm_setup vim
|
vterm_setup
|
||||||
|
|
||||||
test_vim() {
|
test_vim() {
|
||||||
if test "$PYTHON_IMPLEMENTATION" != CPython ; then
|
if test "$PYTHON_IMPLEMENTATION" != CPython ; then
|
||||||
|
|
Loading…
Reference in New Issue