Skip to content

Commit

Permalink
flush stderr after writing
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Dec 12, 2018
1 parent 9d54099 commit 6a71ae6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def test_pipes_stderr():
printf(u"Hellø")
libc.fflush(c_stdout_p)
printf_err(u"Hi, stdérr")
libc.fflush(c_stderr_p)
assert _stdout is stdout
assert _stderr is None

Expand Down

0 comments on commit 6a71ae6

Please sign in to comment.