Move “library” tests/*.sh to tests/shlib

This commit is contained in:
Foo 2017-04-30 15:49:46 +03:00
parent f3bf749467
commit 0fc96abce2
14 changed files with 16 additions and 16 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
. tests/common.sh
. tests/shlib/common.sh
enter_suite awesome

View File

@ -1,5 +1,5 @@
#!/bin/sh
. tests/common.sh
. tests/shlib/common.sh
enter_suite bar

View File

@ -1,5 +1,5 @@
#!/bin/sh
. tests/common.sh
. tests/shlib/common.sh
enter_suite daemon

View File

@ -1,5 +1,5 @@
#!/bin/sh
. tests/common.sh
. tests/shlib/common.sh
enter_suite lint

View File

@ -1,5 +1,5 @@
#!/bin/sh
. tests/common.sh
. tests/shlib/common.sh
enter_suite python

View File

@ -1,6 +1,6 @@
#!/bin/sh
. tests/common.sh
. tests/vim.sh
. tests/shlib/common.sh
. tests/shlib/vim.sh
enter_suite vim

View File

@ -1,5 +1,5 @@
#!/bin/sh
. tests/common.sh
. tests/shlib/common.sh
enter_suite vterm

View File

@ -1,4 +1,4 @@
. tests/common.sh
. tests/shlib/common.sh
. tests/bot-ci/scripts/common/main.sh
set +x

View File

@ -1,5 +1,5 @@
#!/bin/bash
. tests/common.sh
. tests/shlib/common.sh
enter_suite root

View File

@ -1,6 +1,6 @@
#!/bin/sh
. tests/common.sh
. tests/vterm.sh
. tests/shlib/common.sh
. tests/shlib/vterm.sh
enter_suite tmux

View File

@ -1,7 +1,7 @@
#!/bin/sh
. tests/common.sh
. tests/vterm.sh
. tests/vim.sh
. tests/shlib/common.sh
. tests/shlib/vterm.sh
. tests/shlib/vim.sh
enter_suite vim

View File

@ -1,5 +1,5 @@
#!/bin/sh
. tests/common.sh
. tests/shlib/common.sh
enter_suite shells