diff options
author | Anssi Hannula <anssi@mandriva.org> | 2009-08-05 20:07:07 +0000 |
---|---|---|
committer | Anssi Hannula <anssi@mandriva.org> | 2009-08-05 20:07:07 +0000 |
commit | 47ea9764f70de9682fa0b38329dd56d21d984381 (patch) | |
tree | 9772b571387222a6f31b5b130216242d8bdf1cce /t/superuser--ordering-scriptlets.t | |
parent | 1b71342f823019c687e3dc9ac2d90feb59b3d7bd (diff) | |
download | urpmi-47ea9764f70de9682fa0b38329dd56d21d984381.tar urpmi-47ea9764f70de9682fa0b38329dd56d21d984381.tar.gz urpmi-47ea9764f70de9682fa0b38329dd56d21d984381.tar.bz2 urpmi-47ea9764f70de9682fa0b38329dd56d21d984381.tar.xz urpmi-47ea9764f70de9682fa0b38329dd56d21d984381.zip |
Add --split-length 1 where --split-level 1 is used in urpmi test cases.
urpmi used to have a default split-length of 1, but this was changed to 8 some
time ago, causing testcases that test both non-splitted and splitted
transactions to only test the non-splitted ones. This change fixes that.
Diffstat (limited to 't/superuser--ordering-scriptlets.t')
-rw-r--r-- | t/superuser--ordering-scriptlets.t | 4 |
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) = @_; |