File: test-bug-1053887-regex-return-failure

package info (click to toggle)
apt 3.1.16
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,788 kB
  • sloc: cpp: 71,226; sh: 31,791; xml: 5,553; perl: 217; python: 197; ansic: 191; makefile: 41
file content (21 lines) | stat: -rwxr-xr-x 591 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/sh
set -e

TESTDIR="$(readlink -f "$(dirname "$0")")"
. "$TESTDIR/framework"
setupenvironment
configarchitecture 'amd64'

rm -f rootdir/etc/apt/sources.list
rm -f rootdir/etc/apt/sources.list.d/*

insertinstalledpackage 'foo' 'all' '1'

testfailureequal "Reading package lists...
Building dependency tree...
Note, selecting 'foo' for regex '^foo$'
Package foo is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Version '2' for 'foo' was not found" apt install '^foo$'=2