Invert the output of the "appbroker.sh" test

This commit is contained in:
Pierre Pronchery 2016-09-14 02:13:44 +02:00
parent 4ecc38136f
commit c40156b22b

View File

@ -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"