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=e6d47678aabe066d19ffdb1ef3e02d9fbb2bdd2c commit e6d47678aabe066d19ffdb1ef3e02d9fbb2bdd2c Author: Guillem Jover <[email protected]> AuthorDate: Tue Sep 8 05:58:33 2009 +0200 New t-normal test-case --- Makefile | 1 + t-normal/Makefile | 12 ++++++++++++ {t-disappear => t-normal}/pkg-normal/DEBIAN/control | 0 3 files changed, 13 insertions(+) diff --git a/Makefile b/Makefile index de222cdea..be5b51730 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ # TESTS := \ + t-normal \ t-disappear \ t-file-replaces \ t-file-replaces-disappear \ diff --git a/t-normal/Makefile b/t-normal/Makefile new file mode 100644 index 000000000..f1a11c874 --- /dev/null +++ b/t-normal/Makefile @@ -0,0 +1,12 @@ +TESTS_DEB := pkg-normal + +include ../Test.mk + +test-case: + # test normal working packages + $(DPKG_INSTALL) pkg-normal.deb + test "`$(PKG_STATUS) pkg-normal`" = "install ok installed" + +test-clean: + $(DPKG_PURGE) pkg-normal + diff --git a/t-disappear/pkg-normal/DEBIAN/control b/t-normal/pkg-normal/DEBIAN/control similarity index 100% copy from t-disappear/pkg-normal/DEBIAN/control copy to t-normal/pkg-normal/DEBIAN/control -- Dpkg.Org's dpkg

