Don't use _dbus_warn() for intentionally-skipped tests
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 2 Nov 2015 18:19:02 +0000 (18:19 +0000)
committerRalf Habacker <ralf.habacker@freenet.de>
Mon, 2 Nov 2015 22:32:06 +0000 (23:32 +0100)
commit78545a32c57f7b1571dd10e20a049cb0caf705e6
tree0350256666d215e16f61da35b6f423004aa559d2
parent2f1a715e7f77739cca6afe371a971174d5879c07
Don't use _dbus_warn() for intentionally-skipped tests

The tests are run with _dbus_warn() fatal, so if a particular test is
not applicable on the current platform, we shouldn't call it.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=92721
Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
dbus/dbus-auth-script.c