test: ensure correct server for diffing [ci skip]

This commit is contained in:
decentral1se 2024-07-16 23:25:17 +02:00
parent d1876e2fae
commit 8cded8752a
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

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 \