diff options
-rw-r--r-- | t/superuser--split-transactions.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/superuser--split-transactions.t b/t/superuser--split-transactions.t index 3225568c..04a3f561 100644 --- a/t/superuser--split-transactions.t +++ b/t/superuser--split-transactions.t @@ -17,7 +17,9 @@ urpmi_addmedia("$name $::pwd/media/$name"); test_urpmi("--auto --split-length 1 c d", acceptable_trans_orders(4, [ [ qw(a b) ], ['c'], ['d'] ], + [ [ qw(a b) ], ['d'], ['c'] ], [ [ qw(b a) ], ['c'], ['d'] ], + [ [ qw(b a) ], ['d'], ['c'] ], [ ['d'], [ qw(b a) ], ['c'] ], [ ['d'], [ qw(a b) ], ['c'] ], )); |