summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-progress-fd-error-postinst
AgeCommit message (Collapse)Author
2014-03-22ensure proper teardown in dpkg error casesDavid Kalnischkies
We have to properly close our pseudo terminals even in error cases before we call post-invoke scripts. This is done now by breaking from the dpkg calling loop instead of copying the handling, which did it in the wrong order before. This also ensures that our state file is written in error cases to record autobit and co as this was forgotten before. Closes: 738969
2013-10-15tests, do not send pkgname with arch via the status-fdMichael Vogt