From 4191f2694dcbeef428cf1ad89b23a9ad1bd53399 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Dalleau?=
 <frederic.dalleau@collabora.com>
Date: Fri, 5 Oct 2018 17:31:29 +0000
Subject: [PATCH] Remove unnecessary path
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

common/update-test-path script positions the PATH environment variable.
Thus it is unnecessary to provide a full path to find the dbus
binary.

Signed-off-by: Frédéric Dalleau <frederic.dalleau@collabora.com>
---
 dbus | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dbus b/dbus
index 502c135..17eee04 100755
--- a/dbus
+++ b/dbus
@@ -11,7 +11,7 @@ dbus-monitor &
 MONITOR_PID=$!
 
 echo "$0: running server"
-${PREFIX}/dbus-server &
+dbus-server &
 SERVER_PID=$!
 
 echo "$0: waiting a second"
-- 
GitLab