]> git.saurik.com Git - apt.git/blame - test/integration/test-apt-cli-search
use a format string in ListSingleVersion
[apt.git] / test / integration / test-apt-cli-search
CommitLineData
1bef0dd5
MV
1#!/bin/sh
2set -e
3
4TESTDIR=$(readlink -f $(dirname $0))
5. $TESTDIR/framework
6
7setupenvironment
8configarchitecture "i386"
9
3c74988b
MV
10if [ ! -x ${BUILDDIRECTORY}/apt ]; then
11 msgmsg "No ${BUILDDIRECTORY}/apt"
12 msgskip
13 exit 0
14fi
15
01837669 16DESCR='Some description that has a unusual word xxyyzz and aabbcc and a UPPERCASE'
1bef0dd5
MV
17DESCR2='Some other description with the unusual aabbcc only'
18insertpackage 'unstable' 'foo' 'all' '1.0' '' '' "$DESCR"
19insertpackage 'testing' 'bar' 'i386' '2.0' '' '' "$DESCR2"
20
21setupaptarchive
22
23APTARCHIVE=$(readlink -f ./aptarchive)
24
25# with OP progress
26testequal "Sorting...
27Full Text Search...
28foo/unstable 1.0 all
29 $DESCR
30" apt search xxyyzz
31
32# without op progress
33testequal "foo/unstable 1.0 all
34 $DESCR
35" apt search -qq xxyyzz
859093da
DK
36testempty apt search -qq --names-only xxyyzz
37
38# search name
39testequal "foo/unstable 1.0 all
40 $DESCR
41" apt search -qq foo
42testequal "foo/unstable 1.0 all
43 $DESCR
44" apt search -qq --names-only foo
1bef0dd5
MV
45
46# search with multiple words is a AND search
47testequal "foo/unstable 1.0 all
48 $DESCR
49" apt search -qq aabbcc xxyyzz
859093da
DK
50testequal "foo/unstable 1.0 all
51 $DESCR
52" apt search -qq 'a+b+c+' 'i*xxy{0,2}zz'
1bef0dd5 53
01837669
MV
54# search is not case-sensitive by default
55testequal "foo/unstable 1.0 all
56 $DESCR
57" apt search -qq uppercase
859093da
DK
58testequal "foo/unstable 1.0 all
59 $DESCR
60" apt search -qq 'up[pP]erc[Aa]se'
01837669 61
1bef0dd5
MV
62# output is sorted and search word finds both package
63testequal "bar/testing 2.0 i386
64 $DESCR2
65
66foo/unstable 1.0 all
67 $DESCR
68" apt search -qq aabbcc