]> git.saurik.com Git - apt.git/blame - test/integration/test-apt-cli-search
don't show ErrorText for Ign by default
[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 17DESCR2='Some other description with the unusual aabbcc only'
1a68655d
DK
18insertpackage 'unstable' 'foo' 'all' '1.0' '' '' "$DESCR
19 Long description of stuff and such, with lines
20 .
21 and paragraphs and everything."
1bef0dd5
MV
22insertpackage 'testing' 'bar' 'i386' '2.0' '' '' "$DESCR2"
23
24setupaptarchive
25
26APTARCHIVE=$(readlink -f ./aptarchive)
27
28# with OP progress
29testequal "Sorting...
30Full Text Search...
31foo/unstable 1.0 all
32 $DESCR
33" apt search xxyyzz
34
35# without op progress
36testequal "foo/unstable 1.0 all
37 $DESCR
38" apt search -qq xxyyzz
859093da
DK
39testempty apt search -qq --names-only xxyyzz
40
41# search name
42testequal "foo/unstable 1.0 all
43 $DESCR
44" apt search -qq foo
45testequal "foo/unstable 1.0 all
46 $DESCR
47" apt search -qq --names-only foo
1bef0dd5
MV
48
49# search with multiple words is a AND search
50testequal "foo/unstable 1.0 all
51 $DESCR
52" apt search -qq aabbcc xxyyzz
859093da
DK
53testequal "foo/unstable 1.0 all
54 $DESCR
55" apt search -qq 'a+b+c+' 'i*xxy{0,2}zz'
1bef0dd5 56
01837669
MV
57# search is not case-sensitive by default
58testequal "foo/unstable 1.0 all
59 $DESCR
60" apt search -qq uppercase
859093da
DK
61testequal "foo/unstable 1.0 all
62 $DESCR
63" apt search -qq 'up[pP]erc[Aa]se'
01837669 64
1a68655d
DK
65# search is done in the long description
66testequal "foo/unstable 1.0 all
67 $DESCR
68" apt search -qq 'long description'
69testequal "foo/unstable 1.0 all
70 $DESCR
71 Long description of stuff and such, with lines
72 .
73 and paragraphs and everything.
74" apt search --full -qq 'long description'
75
1bef0dd5
MV
76# output is sorted and search word finds both package
77testequal "bar/testing 2.0 i386
78 $DESCR2
79
80foo/unstable 1.0 all
81 $DESCR
82" apt search -qq aabbcc