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"
|
$APPBROKER -o "$tmpfile" "$interface"
|
||||||
ret=$?
|
ret=$?
|
||||||
if [ $ret -eq 0 ]; then
|
if [ $ret -eq 0 ]; then
|
||||||
$DIFF -- "$tmpfile" "$expected"
|
$DIFF -- "$expected" "$tmpfile"
|
||||||
ret=$?
|
ret=$?
|
||||||
fi
|
fi
|
||||||
$RM -- "$tmpfile"
|
$RM -- "$tmpfile"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user