]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix test_sysconfig when prefix != exec-prefix (#9100).
authorÉric Araujo <merwok@netwok.org>
Fri, 7 Oct 2011 23:55:07 +0000 (01:55 +0200)
committerÉric Araujo <merwok@netwok.org>
Fri, 7 Oct 2011 23:55:07 +0000 (01:55 +0200)
commitde504550afc211dbc7c203fac0646f5e1329a158
tree1e2bebceb80786da0f98a95c19cbf8cd8304ae68
parent47a4521ecec0cdf9976717bd565c37bee3f566ab
Fix test_sysconfig when prefix != exec-prefix (#9100).

I tested this manually; it would be great to have buildbots using
installed Pythons, including Pythons configured with different prefix
and exec-prefix.

Reported by Zsolt Cserna.
Lib/test/test_sysconfig.py