From 13404c6aaff22ebdf5fe79657993092d5eb03f2f Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 27 Nov 2023 10:53:31 -0800 Subject: [PATCH] loupe: don't pass args to download_testdata You can see what these args are trying to do, but the function does not currently work that way. I think running it without args should get what the test wants. If Lukas wants to refine download_testdata so you can specify the payload and where to extract it, he can do that, then put this back... Signed-off-by: Adam Williamson --- tests/applications/loupe/aaa_setup.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/applications/loupe/aaa_setup.pm b/tests/applications/loupe/aaa_setup.pm index 7ff45e77..96527d5c 100644 --- a/tests/applications/loupe/aaa_setup.pm +++ b/tests/applications/loupe/aaa_setup.pm @@ -13,7 +13,7 @@ sub run { # Perform git test check_and_install_git(); # Download the test data - download_testdata("eog", "Pictures"); + download_testdata(); # Exit the terminal desktop_vt;