From a5f9c88584dc4079a1738871de51c44109841e8e Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 5 Mar 2024 14:27:10 -0800 Subject: [PATCH] Tidy a couple of things that got missed in earlier commits Signed-off-by: Adam Williamson --- tests/desktop_background.pm | 2 +- tests/toolbox.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/desktop_background.pm b/tests/desktop_background.pm index 105ad380..26b38f8f 100644 --- a/tests/desktop_background.pm +++ b/tests/desktop_background.pm @@ -17,7 +17,7 @@ sub run { record_soft_failure "No backgrounds for F40 yet: https://bugzilla.redhat.com/show_bug.cgi?id=2230720"; } else { - die "Correct background not found!" + die "Correct background not found!"; } } } diff --git a/tests/toolbox.pm b/tests/toolbox.pm index 46b37cca..1221166a 100644 --- a/tests/toolbox.pm +++ b/tests/toolbox.pm @@ -27,7 +27,7 @@ sub run { assert_script_run "curl -o /var/tmp/toolbox.tar.gz $image", 300; # this registers the downloaded image such that `toolbox create` # will use it, rather than downloading one. it takes a while - + assert_script_run "skopeo copy docker-archive:/var/tmp/toolbox.tar.gz containers-storage:registry.fedoraproject.org/fedora-toolbox:$relnum", 600; # we do not pass -y this time as we do not want to allow a # download, if toolbox wants to do one, something has gone