test: ensure correct server for diffing [ci skip]

This commit is contained in:
2024-07-16 23:25:17 +02:00
parent d1876e2fae
commit 8cded8752a

View File

@ -61,6 +61,10 @@ teardown(){
}
@test "machine readable output" {
if [ ! "$TEST_SERVER" = "default" ]; then
skip "can only diff output against 'default' server (local)"
fi
output=$("$ABRA" server ls --machine)
run diff \