[issue13308] fix test_httpservers failures when run as root

Petri Lehtinen report at bugs.python.org
Thu Nov 3 09:36:23 CET 2011


Petri Lehtinen <petri at digip.org> added the comment:

I mean that this should be enough to close this issue:

-	-find $(srcdir) -name '__pycache__' -exec rmdir {} '+'
+	-find $(srcdir) -name '__pycache__' -exec rmdir {} ';'

That is, use ';' instead of the unportable '+' instead of changing all cleaning to use find ... | xargs ...

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13308>
_______________________________________


More information about the Python-bugs-list mailing list