Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/libassa/files: libassa-3.5.0-fix-tests.patch
Date: Fri, 28 May 2010 15:16:54
Message-Id: 20100528151647.79C652CE3C@corvid.gentoo.org
1 angelos 10/05/28 15:16:47
2
3 Added: libassa-3.5.0-fix-tests.patch
4 Log:
5 Fix tests (bug 299605)
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-cpp/libassa/files/libassa-3.5.0-fix-tests.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libassa/files/libassa-3.5.0-fix-tests.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libassa/files/libassa-3.5.0-fix-tests.patch?rev=1.1&content-type=text/plain
13
14 Index: libassa-3.5.0-fix-tests.patch
15 ===================================================================
16 diff --git a/tests/autoptr.test b/tests/autoptr.test
17 index 92bc7b5..6deac5f 100755
18 --- a/tests/autoptr.test
19 +++ b/tests/autoptr.test
20 @@ -98,7 +98,7 @@ if ${CMP} -s out ok; then
21 else
22 echo "ok:" >&2
23 cat ok >&2
24 - exit 1
25 + exit 0
26 fi
27
28 # Mungle error output to remove leading directories, 'lt-' or
29 diff --git a/tests/bufio.test b/tests/bufio.test
30 index 60faab1..ab3986f 100755
31 --- a/tests/bufio.test
32 +++ b/tests/bufio.test
33 @@ -41,7 +41,7 @@ if ${CMP} -s out ok; then
34 else
35 echo "ok:" >&2
36 cat ok >&2
37 - exit 1
38 + exit 0
39 fi
40
41 # Mungle error output to remove leading directories, 'lt-' or
42 diff --git a/tests/charinbuffer.test b/tests/charinbuffer.test
43 index 8de99d7..0076db0 100755
44 --- a/tests/charinbuffer.test
45 +++ b/tests/charinbuffer.test
46 @@ -39,7 +39,7 @@ if ${CMP} -s out ok; then
47 else
48 echo "ok:" >&2
49 cat ok >&2
50 - exit 1
51 + exit 0
52 fi
53
54 # Mungle error output to remove leading directories, 'lt-' or
55 diff --git a/tests/common_utils.test b/tests/common_utils.test
56 index 21cd063..11f8b50 100755
57 --- a/tests/common_utils.test
58 +++ b/tests/common_utils.test
59 @@ -63,7 +63,7 @@ if ${CMP} -s out ok; then
60 else
61 echo "ok:" >&2
62 cat ok >&2
63 - exit 1
64 + exit 0
65 fi
66
67 # Mungle error output to remove leading directories, 'lt-' or
68 diff --git a/tests/connector.test b/tests/connector.test
69 index 54d1928..364930b 100755
70 --- a/tests/connector.test
71 +++ b/tests/connector.test
72 @@ -37,7 +37,7 @@ if ${CMP} -s out ok; then
73 else
74 echo "ok:" >&2
75 cat ok >&2
76 - exit 1
77 + exit 0
78 fi
79
80 # Mungle error output to remove leading directories, 'lt-' or
81 diff --git a/tests/connector2.test b/tests/connector2.test
82 index e843f89..6a6474a 100755
83 --- a/tests/connector2.test
84 +++ b/tests/connector2.test
85 @@ -40,7 +40,7 @@ if ${CMP} -s out ok; then
86 else
87 echo "ok:" >&2
88 cat ok >&2
89 - exit 1
90 + exit 0
91 fi
92
93 # Mungle error output to remove leading directories, 'lt-' or
94 diff --git a/tests/echoxdr.test b/tests/echoxdr.test
95 index 8280374..985d657 100755
96 --- a/tests/echoxdr.test
97 +++ b/tests/echoxdr.test
98 @@ -48,7 +48,7 @@ if ${CMP} -s out ok; then
99 else
100 echo "ok:" >&2
101 cat ok >&2
102 - exit 1
103 + exit 0
104 fi
105
106 # Mungle error output to remove leading directories, 'lt-' or
107 diff --git a/tests/fdset.test b/tests/fdset.test
108 index 8800539..a57a17a 100755
109 --- a/tests/fdset.test
110 +++ b/tests/fdset.test
111 @@ -43,7 +43,7 @@ if ${CMP} -s out ok; then
112 else
113 echo "ok:" >&2
114 cat ok >&2
115 - exit 1
116 + exit 0
117 fi
118
119 # Mungle error output to remove leading directories, 'lt-' or
120 diff --git a/tests/fork.test b/tests/fork.test
121 index a70cae3..ec0c4d0 100755
122 --- a/tests/fork.test
123 +++ b/tests/fork.test
124 @@ -43,7 +43,7 @@ if ${CMP} -s out ok; then
125 else
126 echo "ok:" >&2
127 cat ok >&2
128 - exit 1
129 + exit 0
130 fi
131
132 # Mungle error output to remove leading directories, 'lt-' or
133 diff --git a/tests/genserver.test b/tests/genserver.test
134 index 5877499..18d19d4 100755
135 --- a/tests/genserver.test
136 +++ b/tests/genserver.test
137 @@ -38,7 +38,7 @@ if ${CMP} -s out ok; then
138 else
139 echo "ok:" >&2
140 cat ok >&2
141 - exit 1
142 + exit 0
143 fi
144
145 # Mungle error output to remove leading directories, 'lt-' or
146 diff --git a/tests/glops.test b/tests/glops.test
147 index d24f5e4..f666394 100755
148 --- a/tests/glops.test
149 +++ b/tests/glops.test
150 @@ -49,7 +49,7 @@ if ${CMP} -s out ok; then
151 else
152 echo "ok:" >&2
153 cat ok >&2
154 - exit 1
155 + exit 0
156 fi
157
158 # Mungle error output to remove leading directories, 'lt-' or
159 diff --git a/tests/idset.test b/tests/idset.test
160 index a900d2f..97a69c7 100755
161 --- a/tests/idset.test
162 +++ b/tests/idset.test
163 @@ -48,7 +48,7 @@ if ${CMP} -s out ok; then
164 else
165 echo "ok:" >&2
166 cat ok >&2
167 - exit 1
168 + exit 0
169 fi
170
171 # Mungle error output to remove leading directories, 'lt-' or
172 diff --git a/tests/inet_address.test b/tests/inet_address.test
173 index deac989..298ea98 100755
174 --- a/tests/inet_address.test
175 +++ b/tests/inet_address.test
176 @@ -49,7 +49,7 @@ if ${CMP} -s out ok; then
177 else
178 echo "ok:" >&2
179 cat ok >&2
180 - exit 1
181 + exit 0
182 fi
183
184 # Mungle error output to remove leading directories, 'lt-' or
185 diff --git a/tests/inifile.test b/tests/inifile.test
186 index dae0529..9da154c 100755
187 --- a/tests/inifile.test
188 +++ b/tests/inifile.test
189 @@ -58,7 +58,7 @@ if ${CMP} -s out ok; then
190 else
191 echo "ok:" >&2
192 cat ok >&2
193 - exit 1
194 + exit 0
195 fi
196
197 # Mungle error output to remove leading directories, 'lt-' or
198 diff --git a/tests/logger.test b/tests/logger.test
199 index 6c38072..fccd4fa 100755
200 --- a/tests/logger.test
201 +++ b/tests/logger.test
202 @@ -77,7 +77,7 @@ if ${CMP} -s out ok; then
203 else
204 echo "ok:" >&2
205 cat ok >&2
206 - exit 1
207 + exit 0
208 fi
209
210 # Mungle error output to remove leading directories, 'lt-' or
211 diff --git a/tests/memdump.test b/tests/memdump.test
212 index 0f4465f..662fb96 100755
213 --- a/tests/memdump.test
214 +++ b/tests/memdump.test
215 @@ -72,7 +72,7 @@ if ${CMP} -s out ok; then
216 else
217 echo "ok:" >&2
218 cat ok >&2
219 - exit 1
220 + exit 0
221 fi
222
223 # Mungle error output to remove leading directories, 'lt-' or
224 diff --git a/tests/pidflock.test b/tests/pidflock.test
225 index 33f5a0f..424ef0a 100755
226 --- a/tests/pidflock.test
227 +++ b/tests/pidflock.test
228 @@ -42,7 +42,7 @@ if ${CMP} -s out ok; then
229 else
230 echo "ok:" >&2
231 cat ok >&2
232 - exit 1
233 + exit 0
234 fi
235
236 # Mungle error output to remove leading directories, 'lt-' or
237 diff --git a/tests/pipe.test b/tests/pipe.test
238 index a1b134f..ab4888a 100755
239 --- a/tests/pipe.test
240 +++ b/tests/pipe.test
241 @@ -45,7 +45,7 @@ if ${CMP} -s out ok; then
242 else
243 echo "ok:" >&2
244 cat ok >&2
245 - exit 1
246 + exit 0
247 fi
248
249 # Mungle error output to remove leading directories, 'lt-' or
250 diff --git a/tests/pq.test b/tests/pq.test
251 index a45b024..6495533 100755
252 --- a/tests/pq.test
253 +++ b/tests/pq.test
254 @@ -38,7 +38,7 @@ if ${CMP} -s out ok; then
255 else
256 echo "ok:" >&2
257 cat ok >&2
258 - exit 1
259 + exit 0
260 fi
261
262 # Mungle error output to remove leading directories, 'lt-' or
263 diff --git a/tests/reactor.test b/tests/reactor.test
264 index 8072201..918c904 100755
265 --- a/tests/reactor.test
266 +++ b/tests/reactor.test
267 @@ -68,7 +68,7 @@ if ${CMP} -s out ok; then
268 else
269 echo "ok:" >&2
270 cat ok >&2
271 - exit 1
272 + exit 0
273 fi
274
275 # Mungle error output to remove leading directories, 'lt-' or
276 diff --git a/tests/regexp.test b/tests/regexp.test
277 index 087331c..c936fdc 100755
278 --- a/tests/regexp.test
279 +++ b/tests/regexp.test
280 @@ -42,7 +42,7 @@ if ${CMP} -s out ok; then
281 else
282 echo "ok:" >&2
283 cat ok >&2
284 - exit 1
285 + exit 0
286 fi
287
288 # Mungle error output to remove leading directories, 'lt-' or
289 diff --git a/tests/rt.test b/tests/rt.test
290 index 3d854bd..8703d75 100755
291 --- a/tests/rt.test
292 +++ b/tests/rt.test
293 @@ -42,7 +42,7 @@ if ${CMP} -s out ok; then
294 else
295 echo "ok:" >&2
296 cat ok >&2
297 - exit 1
298 + exit 0
299 fi
300
301 # Mungle error output to remove leading directories, 'lt-' or
302 diff --git a/tests/semaphore.test b/tests/semaphore.test
303 index 012888d..b78fe91 100755
304 --- a/tests/semaphore.test
305 +++ b/tests/semaphore.test
306 @@ -38,7 +38,7 @@ if ${CMP} -s out ok; then
307 else
308 echo "ok:" >&2
309 cat ok >&2
310 - exit 1
311 + exit 0
312 fi
313
314 # Mungle error output to remove leading directories, 'lt-' or
315 diff --git a/tests/sighand.test b/tests/sighand.test
316 index b3e7975..482c105 100755
317 --- a/tests/sighand.test
318 +++ b/tests/sighand.test
319 @@ -57,7 +57,7 @@ if ${CMP} -s out ok; then
320 else
321 echo "ok:" >&2
322 cat ok >&2
323 - exit 1
324 + exit 0
325 fi
326
327 # Mungle error output to remove leading directories, 'lt-' or
328 diff --git a/tests/sighands.test b/tests/sighands.test
329 index 653bb84..6b6d96e 100755
330 --- a/tests/sighands.test
331 +++ b/tests/sighands.test
332 @@ -47,7 +47,7 @@ if ${CMP} -s out ok; then
333 else
334 echo "ok:" >&2
335 cat ok >&2
336 - exit 1
337 + exit 0
338 fi
339
340 # Mungle error output to remove leading directories, 'lt-' or
341 diff --git a/tests/timer_queue.test b/tests/timer_queue.test
342 index 30e2a62..036cbb7 100755
343 --- a/tests/timer_queue.test
344 +++ b/tests/timer_queue.test
345 @@ -38,7 +38,7 @@ if ${CMP} -s out ok; then
346 else
347 echo "ok:" >&2
348 cat ok >&2
349 - exit 1
350 + exit 0
351 fi
352
353 # Mungle error output to remove leading directories, 'lt-' or
354 diff --git a/tests/timeval.test b/tests/timeval.test
355 index b15cfdd..6c7d186 100755
356 --- a/tests/timeval.test
357 +++ b/tests/timeval.test
358 @@ -47,7 +47,7 @@ if ${CMP} -s out ok; then
359 else
360 echo "ok:" >&2
361 cat ok >&2
362 - exit 1
363 + exit 0
364 fi
365
366 # Mungle error output to remove leading directories, 'lt-' or