diff --git a/tests/path_edit_commands.test.sh b/tests/path_edit_commands.test.sh index e2cf781..b13642b 100755 --- a/tests/path_edit_commands.test.sh +++ b/tests/path_edit_commands.test.sh @@ -104,8 +104,10 @@ function test_peth_rm() { # run all tests # -test_path_list -test_peth_reset -test_peth_push -test_peth_append -test_peth_flip +run_test test_path_list +run_test test_peth_reset +run_test test_peth_push +run_test test_peth_append +run_test test_peth_flip +run_test test_peth_rm +finish_tests diff --git a/tests/plugin.test.sh b/tests/plugin.test.sh index a0a25eb..c6ed361 100755 --- a/tests/plugin.test.sh +++ b/tests/plugin.test.sh @@ -55,6 +55,7 @@ funciton test_load_pethrc() { # run all tests # -test_load_path_ethic -test_load_pethrc +run_test test_load_path_ethic +run_test test_load_pethrc +finish_tests diff --git a/tests/preset_commands.test.sh b/tests/preset_commands.test.sh index 8edc2f6..a966714 100755 --- a/tests/preset_commands.test.sh +++ b/tests/preset_commands.test.sh @@ -182,12 +182,13 @@ function test_rmp_existing_unloaded() { # run all tests # -test_peth_load -test_peth_save_empty -test_peth_save_nonempty -test_peth_save_named_with_path_override -test_peth_save_default_with_path_override -test_save_load_preset -test_rmp_nonexisting -test_rmp_loaded -test_rmp_existing_unloaded +run_test test_peth_load +run_test test_peth_save_empty +run_test test_peth_save_nonempty +run_test test_peth_save_named_with_path_override +run_test test_peth_save_default_with_path_override +run_test test_save_load_preset +run_test test_rmp_nonexisting +run_test test_rmp_loaded +run_test test_rmp_existing_unloaded +finish_tests diff --git a/tests/zsh-scriptest b/tests/zsh-scriptest index 2cd6067..4e5e8df 160000 --- a/tests/zsh-scriptest +++ b/tests/zsh-scriptest @@ -1 +1 @@ -Subproject commit 2cd606714d428722d8afbc374121cde87fc65c99 +Subproject commit 4e5e8dfe7b9156523202d129978155f1880b8cea