test: ensure correct server for diffing [ci skip]
This commit is contained in:
parent
d1876e2fae
commit
8cded8752a
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user