Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 180362 Details for
Bug 216942
sys-apps/pkgcore-0.4.7.4 fails tests
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
convert LD_PRELOAD splitting to whitespace
patch (text/plain), 886 bytes, created by
Brian Harring (RETIRED)
on 2009-01-31 03:19:21 UTC
(
hide
)
Description:
convert LD_PRELOAD splitting to whitespace
Filename:
MIME Type:
Creator:
Brian Harring (RETIRED)
Created:
2009-01-31 03:19:21 UTC
Size:
886 bytes
patch
obsolete
>=== modified file 'pkgcore/test/test_spawn.py' >--- pkgcore/test/test_spawn.py 2008-08-12 23:39:01 +0000 >+++ pkgcore/test/test_spawn.py 2009-01-31 03:16:51 +0000 >@@ -78,7 +78,7 @@ > self.assertTrue(ret[1], msg="no output; exit code was %s; script " > "location %s" % (ret[0], fp)) > self.assertIn("libsandbox.so", [os.path.basename(x.strip()) for x in >- ret[1][0].split(":")]) >+ ret[1][0].split()]) > os.unlink(fp) > > >@@ -102,7 +102,7 @@ > os.rmdir(dpath) > self.assertIn("libsandbox.so", [os.path.basename(x.strip()) for x in > spawn.spawn_get_output( >- fp, spawn_type=spawn.spawn_sandbox, chdir='/')[1][0].split(":")]) >+ fp, spawn_type=spawn.spawn_sandbox, chdir='/')[1][0].split()]) > os.unlink(fp) > finally: > if cwd is not None: >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 216942
: 180362