diff options
Diffstat (limited to 't/superuser--split-transactions--conflict.t')
-rw-r--r-- | t/superuser--split-transactions--conflict.t | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/t/superuser--split-transactions--conflict.t b/t/superuser--split-transactions--conflict.t index 160d0035..d34f7b66 100644 --- a/t/superuser--split-transactions--conflict.t +++ b/t/superuser--split-transactions--conflict.t @@ -21,16 +21,16 @@ urpmi_addmedia("$name-1 $::pwd/media/$name-1"); urpmi_addmedia("$name-2 $::pwd/media/$name-2"); test('--split-length 0'); -test('--split-level 1'); +test('--split-level 1 --split-length 1'); test_d('--split-length 0'); -test_d('--split-level 1'); +test_d('--split-level 1 --split-length 1'); test_e('--split-length 0'); -test_e('--split-level 1'); +test_e('--split-level 1 --split-length 1'); test_ae('--split-length 0'); -test_ae('--split-level 1'); +test_ae('--split-level 1 --split-length 1'); sub test { my ($option) = @_; |