bitbake: tests/fetch: Allow to work on python 2.6
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 17 May 2013 08:38:57 +0000 (11:38 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 17 May 2013 09:42:08 +0000 (12:42 +0300)
commit8808293bb0cbf050367001373ec85426685ad7d3
tree6f966f2c9d87ec494af29593285148d2a5a92840
parente640eacf05b6794c8fbff83427552f3cba1caf61
bitbake: tests/fetch: Allow to work on python 2.6

Currently the fetch tests fail on python 2.6 since check_output
doesn't exist on this version of python. Use bb.process instead
to avoid this problem.

(Bitbake rev: a3637155e829e06bbfe50fb8753de3de7ee8c22e)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/tests/fetch.py