blob: 8cb88e4a03c2f885adb8d9c3097bc168f24f62e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
TESTS_DEB := pkg-conff pkg-conff-divert
include ../Test.mk
test-case:
$(DPKG_INSTALL) pkg-conff.deb
# test if the other package can divert the conffile w/o prompt
$(DPKG_INSTALL) pkg-conff-divert.deb
test-clean:
$(DPKG_PURGE) pkg-conff-divert
$(DPKG_PURGE) pkg-conff
|