summaryrefslogtreecommitdiffstats
path: root/t/superuser--ordering-scriptlets.t
diff options
context:
space:
mode:
Diffstat (limited to 't/superuser--ordering-scriptlets.t')
-rw-r--r--t/superuser--ordering-scriptlets.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/superuser--ordering-scriptlets.t b/t/superuser--ordering-scriptlets.t
index ae9c81a7..6f29ce9d 100644
--- a/t/superuser--ordering-scriptlets.t
+++ b/t/superuser--ordering-scriptlets.t
@@ -19,8 +19,8 @@ test_install_upgrade_rpm("requires_$_") foreach qw(preun postun);
test_install_remove_urpmi("requires_$_", '') foreach qw(pre post preun postun);
test_install_upgrade_urpmi("requires_$_", '') foreach qw(preun postun);
-test_install_remove_urpmi("requires_$_", '--split-level 1') foreach qw(pre post preun postun);
-test_install_upgrade_urpmi("requires_$_", '--split-level 1') foreach qw(preun postun);
+test_install_remove_urpmi("requires_$_", '--split-level 1 --split-length 1') foreach qw(pre post preun postun);
+test_install_upgrade_urpmi("requires_$_", '--split-level 1 --split-length 1') foreach qw(preun postun);
sub test_install_remove_rpm {
my ($name) = @_;