unittests: Fix linter error

This commit is contained in:
ZyX
2017-04-01 13:17:25 +03:00
parent 708a55ee15
commit 2d158dde02

View File

@@ -704,7 +704,7 @@ local function gen_itp(it)
itp_child(wr, func) itp_child(wr, func)
else else
sc.close(wr) sc.close(wr)
saved_child_pid = child_pid local saved_child_pid = child_pid
child_pid = nil child_pid = nil
itp_parent(rd, saved_child_pid, allow_failure) itp_parent(rd, saved_child_pid, allow_failure)
end end