diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-06-19 20:46:53 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-06-19 20:46:53 +0300 |
commit | e4c65886dd1758657ccf58e14523c2da57f2c98a (patch) | |
tree | 6842207633bf2edebd1b3c935c5750ad0a8f6996 /test/installif4.test | |
parent | 81152df214dab4866f2076ef2eba04e78dbec1ab (diff) | |
download | apk-tools-e4c65886dd1758657ccf58e14523c2da57f2c98a.tar.gz apk-tools-e4c65886dd1758657ccf58e14523c2da57f2c98a.tar.bz2 apk-tools-e4c65886dd1758657ccf58e14523c2da57f2c98a.tar.xz apk-tools-e4c65886dd1758657ccf58e14523c2da57f2c98a.zip |
solver: properly order deletion of unneeded packages
Diffstat (limited to 'test/installif4.test')
-rw-r--r-- | test/installif4.test | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/installif4.test b/test/installif4.test new file mode 100644 index 0000000..d3f54ee --- /dev/null +++ b/test/installif4.test @@ -0,0 +1,11 @@ +@ARGS +--test-repo installif1.repo +--test-instdb installif1.installed +--test-world app +del app +@EXPECT +(1/4) Purging appiif1 (1) +(2/4) Purging app (1) +(3/4) Purging lib (1) +(4/4) Purging foo (1) +OK: 0 MiB in 4 packages |