Do not provide make_test_root unneeded argument

This commit is contained in:
Foo 2017-05-21 16:09:54 +03:00
parent 8e94773791
commit 28faebe260
3 changed files with 4 additions and 6 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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