From 317aadeb2bdba599900d01b56dd8f9075c0abe9d Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 22 Jul 2019 15:00:25 -0700 Subject: [PATCH] potential_conflict: still need to call the interpreter script isn't executable as downloaded, this is easier than chmod. Signed-off-by: Adam Williamson --- tests/mediakit_fileconflicts.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mediakit_fileconflicts.pm b/tests/mediakit_fileconflicts.pm index 338a63b5..6604c112 100644 --- a/tests/mediakit_fileconflicts.pm +++ b/tests/mediakit_fileconflicts.pm @@ -11,7 +11,7 @@ sub run { # download the check script assert_script_run "curl -o /usr/local/bin/potential_conflict.py https://pagure.io/fedora-qa/qa-misc/raw/master/f/potential_conflict.py"; # run the check - assert_script_run "/usr/local/bin/potential_conflict.py --repofrompath=media,/mnt/iso -r media"; + assert_script_run "python3 /usr/local/bin/potential_conflict.py --repofrompath=media,/mnt/iso -r media"; } sub test_flags {