summaryrefslogtreecommitdiff
path: root/tests/libtest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest.sh')
-rw-r--r--tests/libtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest.sh b/tests/libtest.sh
index caae1dd..57e74d4 100644
--- a/tests/libtest.sh
+++ b/tests/libtest.sh
@@ -160,7 +160,7 @@ run () {
}
run_sh () {
- ${CMD_PREFIX} xdg-app run --command=bash org.test.Hello -c "$*"
+ ${CMD_PREFIX} xdg-app run --command=bash ${ARGS-} org.test.Hello -c "$*"
}
sed s#@testdir@#${test_builddir}# ${test_srcdir}/session.conf.in > session.conf