diff options
author | Timo Teräs <timo.teras@iki.fi> | 2015-01-30 15:53:11 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2015-01-30 15:53:11 +0200 |
commit | cab03b6912ba4dc85d72ad0abfcd99f4fd935876 (patch) | |
tree | bf281dc98957c13f369f9ad1b44a36311831d923 /test/installif2.test | |
parent | cd6786bc30ef4e6443dd45604863c9619a346681 (diff) | |
download | apk-tools-cab03b6912ba4dc85d72ad0abfcd99f4fd935876.tar.gz apk-tools-cab03b6912ba4dc85d72ad0abfcd99f4fd935876.tar.bz2 apk-tools-cab03b6912ba4dc85d72ad0abfcd99f4fd935876.tar.xz apk-tools-cab03b6912ba4dc85d72ad0abfcd99f4fd935876.zip |
sort world dependencies alphabetically
this makes 'lbu diff' and aaudit diffs nice when a world
dependency is added or removed. sorting also makes the ordering
more deterministic as the world targets constraints are always
applied in the same order. test suite updated accordingly.
Diffstat (limited to 'test/installif2.test')
-rw-r--r-- | test/installif2.test | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/installif2.test b/test/installif2.test index 85f66dc..c5c10e9 100644 --- a/test/installif2.test +++ b/test/installif2.test @@ -2,10 +2,10 @@ --test-repo installif1.repo add foo app bar @EXPECT -(1/6) Installing foo (1) -(2/6) Installing lib (1) -(3/6) Installing app (1) -(4/6) Installing appiif1 (1) -(5/6) Installing bar (1) -(6/6) Installing appiif2 (1) +(1/6) Installing lib (1) +(2/6) Installing app (1) +(3/6) Installing bar (1) +(4/6) Installing appiif2 (1) +(5/6) Installing foo (1) +(6/6) Installing appiif1 (1) OK: 0 MiB in 0 packages |