4 TESTDIR
="$(readlink -f "$(dirname "$0")")"
8 configarchitecture 'native'
11 touch usr/bin/file-conflict
13 buildsimplenativepackage 'foo1' 'native' '0.8.15' 'stable' '' 'pkg with file conflicts' '' '' 'usr/'
14 buildsimplenativepackage 'foo2' 'native' '0.8.15' 'stable' '' 'pkg with file conflicts' '' '' 'usr/'
18 exec 3> apt-progress.log
19 testfailure aptget install foo1 foo2 -y -o APT::Status-Fd=3
20 msgtest 'Ensure correct error message'
21 testsuccess --nomsg grep "aptarchive
/pool
/foo2_0.8
.15_
[^.
]\
+.deb
:36.3636:trying to overwrite
'/usr/bin/file-conflict', which is also
in package foo1
0.8.15" apt-progress.log