OK, after looking into this more w/ @pmatilai, this turns out to be a test bug 
(obligatory 
[meme](https://programmerhumor.io/wp-content/uploads/2023/07/programmerhumor-io-testing-memes-debugging-memes-c242cb2722b41c1.jpg),
 thanks @pmatilai for sharing).
The culprit is that the tests use the `-a` option which causes the output lines 
to depend on the order in the rpmdb, not on the order of arguments given on the 
command line. The correct way to use `-V` here is *without* `-a`, then the 
order will reflect the arguments, as one (and certainly the tests) would expect.

The fix is easy, I'll do it shortly.

Just a note: The example output above corresponds to a different test in the 
same `rpme.at` file, not to the commands above it (but the point stands).

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/3242#issuecomment-2301571955
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/issues/3242/2301571...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to