Rename test_shell.py to test_shells.py

This commit is contained in:
Foo 2017-12-02 17:04:15 +03:00
parent eb17b5374b
commit 436b4b680a
2 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ test_shell() {
ln -s "$(which "$test_binding")" "$TEST_ROOT/path" ln -s "$(which "$test_binding")" "$TEST_ROOT/path"
fi fi
if ! "${PYTHON}" "$ROOT/tests/test_in_vterm/test_shell.py" \ if ! "${PYTHON}" "$ROOT/tests/test_in_vterm/test_shells.py" \
--type=$test_type \ --type=$test_type \
--client=$test_client \ --client=$test_client \
--binding=$test_binding \ --binding=$test_binding \