From b700bbdac43141c176b7c322bcc056fad58c2ac6 Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Thu, 28 Jun 2018 16:14:53 +0200 Subject: [PATCH] Fix the script caller. --- tests/desktop_update_graphical.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/desktop_update_graphical.pm b/tests/desktop_update_graphical.pm index c74b9a73..e2bd7209 100644 --- a/tests/desktop_update_graphical.pm +++ b/tests/desktop_update_graphical.pm @@ -13,7 +13,7 @@ sub run { prepare_test_packages; # sometimes, the test is failing because it cannot # refresh packages for Gnome Software. Let's do it explicitely. - script_run "su -c \"pkcon refresh force\" -s /bin/sh test", 60; + script_run qq(su -c "pkcon refresh force" -s /bin/sh test), 60; # get back to the desktop desktop_vt; # run the updater