]>
git.saurik.com Git - apt.git/blob - test/integration/test-apt-cli-search
4 TESTDIR
=$(readlink -f $(dirname $0))
8 configarchitecture
"i386"
10 if [ ! -x ${BUILDDIRECTORY}/apt
]; then
11 msgmsg
"No ${BUILDDIRECTORY}/apt"
16 DESCR
='Some description that has a unusual word xxyyzz and aabbcc and a UPPERCASE'
17 DESCR2
='Some other description with the unusual aabbcc only'
18 insertpackage
'unstable' 'foo' 'all' '1.0' '' '' "$DESCR"
19 insertpackage
'testing' 'bar' 'i386' '2.0' '' '' "$DESCR2"
23 APTARCHIVE
=$(readlink -f ./aptarchive)
33 testequal
"foo/unstable 1.0 all
35 " apt search
-qq xxyyzz
37 # search with multiple words is a AND search
38 testequal
"foo/unstable 1.0 all
40 " apt search
-qq aabbcc xxyyzz
42 # search is not case-sensitive by default
43 testequal
"foo/unstable 1.0 all
45 " apt search
-qq uppercase
47 # output is sorted and search word finds both package
48 testequal
"bar/testing 2.0 i386
53 " apt search
-qq aabbcc