test: moar fixes

See toolshed/organising#650
This commit is contained in:
2024-12-27 21:16:15 +01:00
parent 008582c3d9
commit efb3fd8759
6 changed files with 3 additions and 19 deletions

View File

@ -30,7 +30,7 @@ teardown(){
@test "error if using name and --local together" {
run $ABRA server add "$TEST_SERVER" --local
assert_failure
assert_output --partial 'cannot use <name> and --local together'
assert_output --partial 'cannot use [server] and --local together'
}
@test "create local server" {