diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-09-23 20:51:45 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-09-24 11:27:09 +0300 |
commit | fa002aac4c3cb75722d973d199a73231062b890c (patch) | |
tree | b09d44844bae7528d63689dfaf7e46d4b668733c /tests | |
parent | 3f86fb3b73731f680bcffda83e4dddb6914eb13a (diff) |
Make database ordering consistent across runs
Diffstat (limited to 'tests')
-rw-r--r-- | tests/pkg-build.testscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkg-build.testscript b/tests/pkg-build.testscript index 13f63c8..4da7747 100644 --- a/tests/pkg-build.testscript +++ b/tests/pkg-build.testscript @@ -6225,7 +6225,7 @@ else y EOI % new libbaz/1.0.0 \[cfg.\] \(required by foo \[cfg.\]\)% - % new libbuild2-bar/1.0.0 \[cfg3.\] \(required by (foo \[cfg2.\], foo \[cfg.\]\)|foo \[cfg.\], foo \[cfg2.\]\))% + % new libbuild2-bar/1.0.0 \[cfg3.\] \(required by foo \[cfg.\], foo \[cfg2.\]\)% % new foo/1.0.0 \[cfg.\]% % new libbaz/1.0.0 \[cfg2.\] \(required by foo \[cfg2.\]\)% % new foo/1.0.0 \[cfg2.\]% |