#!/bin/sh set -e # ensure that an update will only succeed entirely or not at all TESTDIR=$(readlink -f $(dirname $0)) . $TESTDIR/framework setupenvironment configarchitecture 'i386' insertpackage 'unstable' 'foo' 'all' '1.0' insertsource 'unstable' 'foo' 'all' '1.0' setupaptarchive --no-update breakfile() { mv "$1" "${1}.bak" cat > "$1" < listsdir.lst testrun 'listsdir.lst' msgmsg 'Test with initial data over' "$1" testsuccess aptget update listcurrentlistsdirectory > listsdir.lst testrun 'listsdir.lst' } testsetup 'file' changetowebserver testsetup 'http'