This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=651312bc98629ebfd44dcca167bede0ee09cc3e3 commit 651312bc98629ebfd44dcca167bede0ee09cc3e3 Author: Raphaƫl Hertzog <[email protected]> AuthorDate: Fri Jul 13 11:24:05 2012 +0200 Move t-dir-leftover-parents to TESTS_PASS The corresponding bug (#454694) has been fixed in dpkg with commit 799d38599c1326c2e4c0b9360b19721c05f8c55f. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b67c73bfb..46c42d888 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,6 @@ TESTS_MANUAL += t-lfs TESTS_MANUAL += t-conffile-prompt TESTS_FAIL := -TESTS_FAIL += t-dir-leftover-parents TESTS_FAIL += t-dir-leftover-deadlock TESTS_FAIL += t-dir-shared-replaces-lost TESTS_FAIL += t-disappear-depended @@ -39,6 +38,7 @@ TESTS_PASS += t-filtering TESTS_PASS += t-depends TESTS_PASS += t-depends-versioned TESTS_PASS += t-depends-provides +TESTS_PASS += t-dir-leftover-parents TESTS_PASS += t-disappear TESTS_PASS += t-disappear-empty TESTS_PASS += t-conflict -- Dpkg.Org's dpkg

