Submitter | phabricator |
---|---|
Date | April 11, 2018, 12:31 p.m. |
Message ID | <4b1cd0e5a3322405f86d37cf7b65ca60@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/30683/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/tests/test-mq-qpush-fail.t b/tests/test-mq-qpush-fail.t --- a/tests/test-mq-qpush-fail.t +++ b/tests/test-mq-qpush-fail.t @@ -31,7 +31,7 @@ popping patch2 popping patch1 patch queue now empty - $ $PYTHON -c 'print "\xe9"' > message + $ $PYTHON -c 'import sys; getattr(sys.stdout, "buffer", sys.stdout).write(b"\xe9\n")' > message $ cat .hg/patches/bad-patch >> message $ mv message .hg/patches/bad-patch $ cat > $TESTTMP/wrapplayback.py <<EOF