summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus/dbus/run-ptest
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/dbus/dbus/run-ptest')
-rwxr-xr-xmeta/recipes-core/dbus/dbus/run-ptest2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/dbus/dbus/run-ptest b/meta/recipes-core/dbus/dbus/run-ptest
index 8a8970ee20..353ba1e905 100755
--- a/meta/recipes-core/dbus/dbus/run-ptest
+++ b/meta/recipes-core/dbus/dbus/run-ptest
@@ -12,7 +12,7 @@ output() {
12 12
13export DBUS_TEST_HOMEDIR=./test 13export DBUS_TEST_HOMEDIR=./test
14export XDG_RUNTIME_DIR=./test 14export XDG_RUNTIME_DIR=./test
15export LD_LIBRARY_PATH=/usr/lib/dbus-test/ptest/test/.libs 15export LD_LIBRARY_PATH=@PTEST_PATH@/test/.libs
16 16
17files=`ls test/test-*` 17files=`ls test/test-*`
18 18