Invert the output of the "appbroker.sh" test
This commit is contained in:
parent
4ecc38136f
commit
c40156b22b
|
@ -35,7 +35,7 @@ expected="${interface%.interface}.expected"
|
|||
$APPBROKER -o "$tmpfile" "$interface"
|
||||
ret=$?
|
||||
if [ $ret -eq 0 ]; then
|
||||
$DIFF -- "$tmpfile" "$expected"
|
||||
$DIFF -- "$expected" "$tmpfile"
|
||||
ret=$?
|
||||
fi
|
||||
$RM -- "$tmpfile"
|
||||
|
|
Loading…
Reference in New Issue
Block a user