repo.or.cz
/
dpkg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libdpkg: Refactor file_readlink() function
[dpkg.git]
/
tests
/
t-conffile-divert-conffile
/
Makefile
blob
8cb88e4a03c2f885adb8d9c3097bc168f24f62e8
1
TESTS_DEB
:=
pkg-conff pkg-conff-divert
2
3
include
..
/
Test.mk
4
5
test-case
:
6
$(
DPKG_INSTALL
)
pkg-conff.deb
7
# test if the other package can divert the conffile w/o prompt
8
$(
DPKG_INSTALL
)
pkg-conff-divert.deb
9
10
test-clean
:
11
$(
DPKG_PURGE
)
pkg-conff-divert
12
$(
DPKG_PURGE
)
pkg-conff
13