]> git.saurik.com Git - apt.git/blame_incremental - test/integration/test-apt-cli-update
review of new/changed translatable program strings
[apt.git] / test / integration / test-apt-cli-update
... / ...
CommitLineData
1#!/bin/sh
2set -e
3
4TESTDIR=$(readlink -f $(dirname $0))
5. $TESTDIR/framework
6
7setupenvironment
8configarchitecture "i386"
9
10insertpackage 'unstable' 'foo' 'all' '2.0'
11cp rootdir/var/lib/dpkg/status dpkg.status
12insertinstalledpackage 'foo' 'all' '1.0'
13
14setupaptarchive --no-update
15
16testfailuremsg 'E: The update command takes no arguments' apt update arguments
17
18testsuccessequal "1 package can be upgraded. Run 'apt list --upgradable' to see it." apt update -qq
19
20cp dpkg.status rootdir/var/lib/dpkg/status
21insertinstalledpackage 'foo' 'all' '2.0'
22testsuccessequal 'All packages are up to date.' apt update -qq