- local LOG='update.log'
- # strip away the [ 304 B ] info
- aptget update 2>&1 | sed -e 's/\ \[.*//' > $LOG
- testequal "Hit $1 unstable InRelease
-Hit $1 unstable/main Sources
-Hit $1 unstable/main amd64 Packages
-Hit $1 unstable/main Translation-en
-Reading package lists..." cat $LOG