mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Moved test function to correct section.
This commit is contained in:
parent
b0477de67b
commit
af15359935
4
test.sh
4
test.sh
@ -127,8 +127,6 @@ test_create_server_with_jar_groups() {
|
||||
|
||||
### "msm server delete" tests
|
||||
|
||||
### "msm server rename" tests
|
||||
|
||||
test_deleting_server_that_does_not_exist() {
|
||||
local result="$(stdall $SCRIPT server delete example)"
|
||||
local regex="^There\ is\ no\ server\ with\ the\ name"
|
||||
@ -136,6 +134,8 @@ test_deleting_server_that_does_not_exist() {
|
||||
assertTrue "" "[[ \"$result\" =~ $regex ]]"
|
||||
}
|
||||
|
||||
### "msm server rename" tests
|
||||
|
||||
|
||||
# Individual Server Tests
|
||||
# -----------------------
|
||||
|
Loading…
Reference in New Issue
Block a user