# # # patch "tests/log_quits_on_SIGPIPE/hookfile" # from [6f6f43a3713963bde3a640e8acc047950a72f38d] # to [b0f1005c48441ff5c4f6ff5a77ee233bb2538cbb] # ============================================================ --- tests/log_quits_on_SIGPIPE/hookfile 6f6f43a3713963bde3a640e8acc047950a72f38d +++ tests/log_quits_on_SIGPIPE/hookfile b0f1005c48441ff5c4f6ff5a77ee233bb2538cbb @@ -8,7 +8,7 @@ p2, e2 = io.open("fifo2", "w") end p2, e2 = io.open("fifo2", "w") -if p1 == nil then +if p2 == nil then io.stderr:write("(child) open fifo2: " .. e2 .. "\n") os.exit(1) end