diff --git a/tests/test-mq.t b/tests/test-mq.t --- a/tests/test-mq.t +++ b/tests/test-mq.t @@ -1126,7 +1126,7 @@ $ cat > writebin.py < import sys > path = sys.argv[1] - > open(path, 'wb').write('BIN\x00ARY') + > open(path, 'wb').write(b'BIN\x00ARY') > EOF $ $PYTHON writebin.py bucephalus