From 47ea9764f70de9682fa0b38329dd56d21d984381 Mon Sep 17 00:00:00 2001 From: Anssi Hannula Date: Wed, 5 Aug 2009 20:07:07 +0000 Subject: 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. --- t/superuser--split-transactions--strict-require-and-obsolete.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't/superuser--split-transactions--strict-require-and-obsolete.t') diff --git a/t/superuser--split-transactions--strict-require-and-obsolete.t b/t/superuser--split-transactions--strict-require-and-obsolete.t index 0f8df7b5..ded6afe0 100644 --- a/t/superuser--split-transactions--strict-require-and-obsolete.t +++ b/t/superuser--split-transactions--strict-require-and-obsolete.t @@ -20,10 +20,10 @@ urpmi_addmedia("$name-1 $::pwd/media/$name-1"); urpmi_addmedia("$name-2 $::pwd/media/$name-2"); test('--split-length 0'); -test('--split-level 1'); # was broken (#31969) +test('--split-level 1 --split-length 1'); # was broken (#31969) test_c('--split-length 0'); -test_c('--split-level 1'); +test_c('--split-level 1 --split-length 1'); sub test { my ($option) = @_; -- cgit v1.2.1