summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--t/superuser--split-transactions.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/superuser--split-transactions.t b/t/superuser--split-transactions.t
index 6ca5e5f2..3225568c 100644
--- a/t/superuser--split-transactions.t
+++ b/t/superuser--split-transactions.t
@@ -18,6 +18,8 @@ test_urpmi("--auto --split-length 1 c d",
acceptable_trans_orders(4,
[ [ qw(a b) ], ['c'], ['d'] ],
[ [ qw(b a) ], ['c'], ['d'] ],
+ [ ['d'], [ qw(b a) ], ['c'] ],
+ [ ['d'], [ qw(a b) ], ['c'] ],
));
check_installed_names('a', 'b', 'c', 'd');