]>
git.saurik.com Git - apt.git/blob - test/integration/test-bug-593360-modifiers-in-names
4 local TESTDIR
=$(readlink -f $(dirname $0))
7 configarchitecture
"i386"
10 testequal
'Reading package lists...
11 Building dependency tree...
12 The following NEW packages will be installed:
14 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
15 Inst g++ (4:4.4.5-1 localhost [i386])
16 Conf g++ (4:4.4.5-1 localhost [i386])' aptget
install g
++ -s
18 testequal
'Reading package lists...
19 Building dependency tree...
20 The following NEW packages will be installed:
22 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
23 Inst g++ (4:4.4.5-1 localhost [i386])
24 Conf g++ (4:4.4.5-1 localhost [i386])' aptget
install g
+++ -s
26 testequal
'Reading package lists...
27 Building dependency tree...
28 The following NEW packages will be installed:
30 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
31 Inst g++ (4:4.4.5-1 localhost [i386])
32 Conf g++ (4:4.4.5-1 localhost [i386])' aptget purge g
+++ -s
34 testequal
'Reading package lists...
35 Building dependency tree...
36 The following NEW packages will be installed:
38 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
39 Inst apt (0.8.8 localhost [all])
40 Conf apt (0.8.8 localhost [all])' aptget
install apt
-s
42 testequal
'Reading package lists...
43 Building dependency tree...
44 The following NEW packages will be installed:
46 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
47 Inst apt+ (0.8.8 localhost [all])
48 Conf apt+ (0.8.8 localhost [all])' aptget
install apt
+ -s
50 testequal
'Reading package lists...
51 Building dependency tree...
52 The following NEW packages will be installed:
54 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
55 Inst apt+ (0.8.8 localhost [all])
56 Conf apt+ (0.8.8 localhost [all])' aptget
install apt
++ -s
58 testequal
'Reading package lists...
59 Building dependency tree...
60 The following NEW packages will be installed:
62 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
63 Inst apt+ (0.8.8 localhost [all])
64 Conf apt+ (0.8.8 localhost [all])' aptget purge apt
++ -s