4 TESTDIR
=$(readlink -f $(dirname $0))
8 configarchitecture
"i386"
10 buildsimplenativepackage
'apt' 'all' '1.0' 'stable'
11 buildsimplenativepackage
'apt' 'all' '2.0' 'unstable'
12 insertinstalledpackage
'vrms' 'all' '1.0'
21 msgtest
"Test download of package file $1 with" "$APT"
22 testsuccess
--nomsg aptget download
${APT}
23 testsuccess
test -f $1
27 testdownload apt_1.0_all.deb apt stable
28 testdownload apt_2.0_all.deb apt
30 DEBFILE
="$(readlink -f aptarchive)/pool/apt_2.0_all.deb"
31 testequal
"'file://${DEBFILE}' apt_2.0_all.deb $(stat -c%s $DEBFILE) SHA512:$(sha512sum $DEBFILE | cut -d' ' -f 1)" aptget download apt
--print-uris
34 testequal
"E: Can't find a source to download version '1.0' of 'vrms:i386'" aptget download vrms