diff --git a/tests/appbroker.sh b/tests/appbroker.sh index 481db9a..b2a7f3a 100755 --- a/tests/appbroker.sh +++ b/tests/appbroker.sh @@ -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"