]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
test: Fix a variable typo in test-dbus-launch-x11.sh
authorPhilip Withnall <pwithnall@gnome.org>
Mon, 5 Jan 2026 23:21:11 +0000 (23:21 +0000)
committerPhilip Withnall <pwithnall@gnome.org>
Mon, 5 Jan 2026 23:21:11 +0000 (23:21 +0000)
This would have caused the test to fail if `DBUS_TEST_DBUS_MONITOR` was
not specified in the environment. Handily, it is always set by the
`meson.build` file.

Spotted by jvpeetz.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
Fixes: #424
test/test-dbus-launch-x11.sh

index e57831e08d24452c2a118890a279fadda1017a45..8769360f60309e137686431706e0d8a74fc53316 100755 (executable)
@@ -29,7 +29,7 @@ set -x
 export DBUS_DEBUG_OUTPUT=1
 echo "# dbus-daemon binary: ${DBUS_TEST_DAEMON:=dbus-daemon}"
 echo "# dbus-launch binary: ${DBUS_TEST_DBUS_LAUNCH:=dbus-launch}"
-echo "# dbus-monitor binary: ${DBUS_TEST_DBUS_LAUNCH:=dbus-monitor}"
+echo "# dbus-monitor binary: ${DBUS_TEST_DBUS_MONITOR:=dbus-monitor}"
 echo "# dbus-send binary: ${DBUS_TEST_DBUS_SEND:=dbus-send}"
 echo "# dbus-uuidgen binary: ${DBUS_TEST_DBUS_UUIDGEN:=dbus-uuidgen}"