dselect: Do not pass non-POD types to functions with variadic arguments
[dpkg.git] / tests / t-verify / Makefile
blob2763e84754f32e096414e6d8a181291a7baeb1cc
1 TESTS_DEB := pkg-verify
3 include ../Test.mk
5 test-case:
6 $(DPKG_INSTALL) pkg-verify.deb
7 $(call pkg_is_installed,pkg-verify)
8 $(call stdout_is,$(DPKG_VERIFY) pkg-verify,)
9 $(BEROOT) sh -c "echo 'MODIFIED' >>'$(DPKG_INSTDIR)/test-dir/test-data'"
10 $(call stdout_has,$(DPKG_VERIFY) pkg-verify,^\?\?5\?\?\?\?\?\? /test-dir/test-data$)
12 test-clean:
13 $(DPKG_PURGE) pkg-verify