On 2015-01-22 at 11:52, Max Reitz wrote:
sys.platform may be set to "linux2" instead of just "linux" (in theory,
it could even be set to "linux3" or something else). The Python
documentation on sys.platform recommends testing the prefix of the
platform against "linux", so we should do that.
Signed-off-by: Max Reitz <mre...@redhat.com>
---
tests/qemu-iotests/iotests.py | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
NACK, somehow missed the patch from Fam himself. (And then I didn't use
Stefan's block branch but Kevin's, so it was missing there, because
Stefan's pull request last week apparently didn't go through)
So it's already fixed and this patch is no longer required. Thanks John
for pointing it out to me!
Max