diff options
Diffstat (limited to 'tests/t-disappear')
-rw-r--r-- | tests/t-disappear/Makefile | 14 | ||||
-rw-r--r-- | tests/t-disappear/pkg-disappear-0/DEBIAN/control | 8 | ||||
-rw-r--r-- | tests/t-disappear/pkg-disappear-0/test-dir/test-disappear | 0 | ||||
-rw-r--r-- | tests/t-disappear/pkg-disappear-1/DEBIAN/control | 8 | ||||
-rw-r--r-- | tests/t-disappear/pkg-normal/DEBIAN/control | 8 | ||||
-rw-r--r-- | tests/t-disappear/pkg-normal/test-dir/test-normal | 0 |
6 files changed, 38 insertions, 0 deletions
diff --git a/tests/t-disappear/Makefile b/tests/t-disappear/Makefile new file mode 100644 index 0000000..573c334 --- /dev/null +++ b/tests/t-disappear/Makefile @@ -0,0 +1,14 @@ +TESTS_DEB := pkg-normal pkg-disappear-0 pkg-disappear-1 + +include ../Test.mk + +test-case: + # test disappearing package + $(DPKG_INSTALL) pkg-disappear-0.deb + $(DPKG_INSTALL) pkg-disappear-1.deb + $(DPKG_INSTALL) pkg-normal.deb + +test-clean: + -$(DPKG_PURGE) pkg-disappear + $(DPKG_PURGE) pkg-normal + diff --git a/tests/t-disappear/pkg-disappear-0/DEBIAN/control b/tests/t-disappear/pkg-disappear-0/DEBIAN/control new file mode 100644 index 0000000..78c2a17 --- /dev/null +++ b/tests/t-disappear/pkg-disappear-0/DEBIAN/control @@ -0,0 +1,8 @@ +Package: pkg-disappear +Version: 0.0-1 +Section: test +Priority: extra +Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org> +Architecture: all +Description: test package - disappear + diff --git a/tests/t-disappear/pkg-disappear-0/test-dir/test-disappear b/tests/t-disappear/pkg-disappear-0/test-dir/test-disappear new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tests/t-disappear/pkg-disappear-0/test-dir/test-disappear diff --git a/tests/t-disappear/pkg-disappear-1/DEBIAN/control b/tests/t-disappear/pkg-disappear-1/DEBIAN/control new file mode 100644 index 0000000..7949c6e --- /dev/null +++ b/tests/t-disappear/pkg-disappear-1/DEBIAN/control @@ -0,0 +1,8 @@ +Package: pkg-disappear +Version: 0.0-2 +Section: test +Priority: extra +Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org> +Architecture: all +Description: test package - disappear + diff --git a/tests/t-disappear/pkg-normal/DEBIAN/control b/tests/t-disappear/pkg-normal/DEBIAN/control new file mode 100644 index 0000000..09e51b2 --- /dev/null +++ b/tests/t-disappear/pkg-normal/DEBIAN/control @@ -0,0 +1,8 @@ +Package: pkg-normal +Version: 0.0-1 +Section: test +Priority: extra +Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org> +Architecture: all +Description: test package - normal + diff --git a/tests/t-disappear/pkg-normal/test-dir/test-normal b/tests/t-disappear/pkg-normal/test-dir/test-normal new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tests/t-disappear/pkg-normal/test-dir/test-normal |