Move “library” tests/*.sh to tests/shlib
This commit is contained in:
parent
f3bf749467
commit
0fc96abce2
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
. tests/common.sh
|
||||
. tests/shlib/common.sh
|
||||
|
||||
enter_suite awesome
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
. tests/common.sh
|
||||
. tests/shlib/common.sh
|
||||
|
||||
enter_suite bar
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
. tests/common.sh
|
||||
. tests/shlib/common.sh
|
||||
|
||||
enter_suite daemon
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
. tests/common.sh
|
||||
. tests/shlib/common.sh
|
||||
|
||||
enter_suite lint
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
. tests/common.sh
|
||||
. tests/shlib/common.sh
|
||||
|
||||
enter_suite python
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
. tests/common.sh
|
||||
. tests/vim.sh
|
||||
. tests/shlib/common.sh
|
||||
. tests/shlib/vim.sh
|
||||
|
||||
enter_suite vim
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
. tests/common.sh
|
||||
. tests/shlib/common.sh
|
||||
|
||||
enter_suite vterm
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
. tests/common.sh
|
||||
. tests/shlib/common.sh
|
||||
. tests/bot-ci/scripts/common/main.sh
|
||||
set +x
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
. tests/common.sh
|
||||
. tests/shlib/common.sh
|
||||
|
||||
enter_suite root
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
. tests/common.sh
|
||||
. tests/vterm.sh
|
||||
. tests/shlib/common.sh
|
||||
. tests/shlib/vterm.sh
|
||||
|
||||
enter_suite tmux
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
. tests/common.sh
|
||||
. tests/shlib/common.sh
|
||||
|
||||
enter_suite shells
|
||||
|
||||
|
|
Loading…
Reference in New Issue