From 42a344055fbb786cfbf9f3f163356081783c19fb Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 2 Jul 2018 16:04:09 +0200 Subject: perl_checker cleanups --- t/superuser--file-conflicts.t | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 't/superuser--file-conflicts.t') diff --git a/t/superuser--file-conflicts.t b/t/superuser--file-conflicts.t index 6528d2c2..eaaa0550 100644 --- a/t/superuser--file-conflicts.t +++ b/t/superuser--file-conflicts.t @@ -33,7 +33,7 @@ test_rpm_different_transactions(); test_urpmi_same_transaction(); test_urpmi_different_transactions(); -sub test_rpm_same_transaction { +sub test_rpm_same_transaction() { test_rpm_i_fail('a', 'b'); check_nothing_installed(); @@ -57,7 +57,7 @@ sub test_rpm_same_transaction { check_installed_and_remove('h', 'i'); } -sub test_rpm_different_transactions { +sub test_rpm_different_transactions() { test_rpm_i_succeeds('a'); test_rpm_i_fail('b'); check_installed_names('a'); @@ -103,7 +103,7 @@ sub test_rpm_different_transactions { check_installed_and_remove('h', 'i'); } -sub test_urpmi_same_transaction { +sub test_urpmi_same_transaction() { test_urpmi_fail('a b'); check_nothing_installed(); @@ -126,7 +126,7 @@ sub test_urpmi_same_transaction { check_installed_and_remove('h', 'i'); } -sub test_urpmi_different_transactions { +sub test_urpmi_different_transactions() { urpmi('a'); test_urpmi_fail('b'); check_installed_names('a'); -- cgit v1.2.1