From 44959e3625b68be6040b4391a781dda97346c0c1 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 3 Jan 2023 12:24:45 +0000 Subject: [PATCH] d/tests: Quote more defensively --- debian/tests/installed-tests-flaky | 2 +- debian/tests/python3-gi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/tests/installed-tests-flaky b/debian/tests/installed-tests-flaky index 230add64ef..244a1bc581 100755 --- a/debian/tests/installed-tests-flaky +++ b/debian/tests/installed-tests-flaky @@ -18,7 +18,7 @@ debian/tests/run-with-locales \ --generate en_US.UTF-8 \ --generate sv_SE=ISO-8859-1 \ -- \ -debian/tests/run-with-display $GDK_BACKEND \ +debian/tests/run-with-display "$GDK_BACKEND" \ gnome-desktop-testing-runner \ --report-directory="$AUTOPKGTEST_ARTIFACTS" \ --tap \ diff --git a/debian/tests/python3-gi b/debian/tests/python3-gi index 2fc1ad8fc4..4371c46587 100755 --- a/debian/tests/python3-gi +++ b/debian/tests/python3-gi @@ -1,6 +1,6 @@ #!/bin/sh -debian/tests/run-with-display $GDK_BACKEND \ +debian/tests/run-with-display "$GDK_BACKEND" \ dbus-run-session \ python3 <