From 4008bdb636158b7382389520ef6280b37716ff3e Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Fri, 29 Jun 2018 12:00:39 +0200 Subject: [PATCH] Update conditions. --- tests/upgrade_preinstall.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/upgrade_preinstall.pm b/tests/upgrade_preinstall.pm index ebaf12ea..0a769139 100644 --- a/tests/upgrade_preinstall.pm +++ b/tests/upgrade_preinstall.pm @@ -26,7 +26,7 @@ sub run { assert_script_run $update_command, 600; } -if (get_var("ASSUME_BOOT") == 1) { +if (get_var("ASSUME_BOOT",0) == 1) { desktop_vt; }