po: Update German programs translation
[dpkg.git] / tests / t-conffile-prompt / Makefile
blob1f413bb70e65a2383d7c5ef52c1fb6a367a7e173
1 TESTS_DEB := pkg-conff-prompt-0 pkg-conff-prompt-1
3 include ../Test.mk
5 build-hook:
6 touch "pkg-conff-prompt-0/test-conffile with spaces"
7 touch "pkg-conff-prompt-1/test-conffile with spaces"
9 clean-hook:
10 $(RM) "pkg-conff-prompt-0/test-conffile with spaces"
11 $(RM) "pkg-conff-prompt-1/test-conffile with spaces"
13 test-case:
14 $(DPKG_INSTALL) pkg-conff-prompt-0.deb
15 # test if package prompts on install
16 $(DPKG_INSTALL) pkg-conff-prompt-1.deb
18 test-clean:
19 $(DPKG_PURGE) pkg-conff-prompt