From 0fc96abce20de8536eb1267b2024fb37b713d1ad Mon Sep 17 00:00:00 2001 From: Foo Date: Sun, 30 Apr 2017 15:49:46 +0300 Subject: [PATCH] =?UTF-8?q?Move=20=E2=80=9Clibrary=E2=80=9D=20tests/*.sh?= =?UTF-8?q?=20to=20tests/shlib?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/run_awesome_tests.sh | 2 +- tests/run_bar_tests.sh | 2 +- tests/run_daemon_tests.sh | 2 +- tests/run_lint_tests.sh | 2 +- tests/run_python_tests.sh | 2 +- tests/run_vim_tests.sh | 4 ++-- tests/run_vterm_tests.sh | 2 +- tests/{ => shlib}/common.sh | 0 tests/{ => shlib}/vim.sh | 0 tests/{ => shlib}/vterm.sh | 2 +- tests/test.sh | 2 +- tests/test_in_vterm/test_tmux.sh | 4 ++-- tests/test_in_vterm/test_vim.sh | 6 +++--- tests/test_shells/test.sh | 2 +- 14 files changed, 16 insertions(+), 16 deletions(-) rename tests/{ => shlib}/common.sh (100%) rename tests/{ => shlib}/vim.sh (100%) rename tests/{ => shlib}/vterm.sh (94%) diff --git a/tests/run_awesome_tests.sh b/tests/run_awesome_tests.sh index b3dac2cd..e6dd29e0 100755 --- a/tests/run_awesome_tests.sh +++ b/tests/run_awesome_tests.sh @@ -1,5 +1,5 @@ #!/bin/sh -. tests/common.sh +. tests/shlib/common.sh enter_suite awesome diff --git a/tests/run_bar_tests.sh b/tests/run_bar_tests.sh index 7d658ff1..cad433b9 100755 --- a/tests/run_bar_tests.sh +++ b/tests/run_bar_tests.sh @@ -1,5 +1,5 @@ #!/bin/sh -. tests/common.sh +. tests/shlib/common.sh enter_suite bar diff --git a/tests/run_daemon_tests.sh b/tests/run_daemon_tests.sh index af68eacf..45aaff9f 100755 --- a/tests/run_daemon_tests.sh +++ b/tests/run_daemon_tests.sh @@ -1,5 +1,5 @@ #!/bin/sh -. tests/common.sh +. tests/shlib/common.sh enter_suite daemon diff --git a/tests/run_lint_tests.sh b/tests/run_lint_tests.sh index 585e7a03..3a02612f 100755 --- a/tests/run_lint_tests.sh +++ b/tests/run_lint_tests.sh @@ -1,5 +1,5 @@ #!/bin/sh -. tests/common.sh +. tests/shlib/common.sh enter_suite lint diff --git a/tests/run_python_tests.sh b/tests/run_python_tests.sh index a0ac8620..8f53b433 100755 --- a/tests/run_python_tests.sh +++ b/tests/run_python_tests.sh @@ -1,5 +1,5 @@ #!/bin/sh -. tests/common.sh +. tests/shlib/common.sh enter_suite python diff --git a/tests/run_vim_tests.sh b/tests/run_vim_tests.sh index 5f9d29a3..36540454 100755 --- a/tests/run_vim_tests.sh +++ b/tests/run_vim_tests.sh @@ -1,6 +1,6 @@ #!/bin/sh -. tests/common.sh -. tests/vim.sh +. tests/shlib/common.sh +. tests/shlib/vim.sh enter_suite vim diff --git a/tests/run_vterm_tests.sh b/tests/run_vterm_tests.sh index c918ba32..40aaebe8 100755 --- a/tests/run_vterm_tests.sh +++ b/tests/run_vterm_tests.sh @@ -1,5 +1,5 @@ #!/bin/sh -. tests/common.sh +. tests/shlib/common.sh enter_suite vterm diff --git a/tests/common.sh b/tests/shlib/common.sh similarity index 100% rename from tests/common.sh rename to tests/shlib/common.sh diff --git a/tests/vim.sh b/tests/shlib/vim.sh similarity index 100% rename from tests/vim.sh rename to tests/shlib/vim.sh diff --git a/tests/vterm.sh b/tests/shlib/vterm.sh similarity index 94% rename from tests/vterm.sh rename to tests/shlib/vterm.sh index 8105ed29..5017827f 100644 --- a/tests/vterm.sh +++ b/tests/shlib/vterm.sh @@ -1,4 +1,4 @@ -. tests/common.sh +. tests/shlib/common.sh . tests/bot-ci/scripts/common/main.sh set +x diff --git a/tests/test.sh b/tests/test.sh index 68bd9310..5a383f9d 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -1,5 +1,5 @@ #!/bin/bash -. tests/common.sh +. tests/shlib/common.sh enter_suite root diff --git a/tests/test_in_vterm/test_tmux.sh b/tests/test_in_vterm/test_tmux.sh index 66418e02..b2a2ab4b 100755 --- a/tests/test_in_vterm/test_tmux.sh +++ b/tests/test_in_vterm/test_tmux.sh @@ -1,6 +1,6 @@ #!/bin/sh -. tests/common.sh -. tests/vterm.sh +. tests/shlib/common.sh +. tests/shlib/vterm.sh enter_suite tmux diff --git a/tests/test_in_vterm/test_vim.sh b/tests/test_in_vterm/test_vim.sh index 187a9d6c..18e65265 100755 --- a/tests/test_in_vterm/test_vim.sh +++ b/tests/test_in_vterm/test_vim.sh @@ -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 diff --git a/tests/test_shells/test.sh b/tests/test_shells/test.sh index 0cc79716..ec240a0e 100755 --- a/tests/test_shells/test.sh +++ b/tests/test_shells/test.sh @@ -1,5 +1,5 @@ #!/bin/sh -. tests/common.sh +. tests/shlib/common.sh enter_suite shells