diff options
-rw-r--r-- | tool/lib/test/unit/core_assertions.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/lib/test/unit/core_assertions.rb b/tool/lib/test/unit/core_assertions.rb index aa5c7d618d..b19c3e5d52 100644 --- a/tool/lib/test/unit/core_assertions.rb +++ b/tool/lib/test/unit/core_assertions.rb @@ -139,6 +139,7 @@ eom res_c.close print stdout res = Marshal.load(res_p.read.unpack("m")[0]) + res_p.close else res = Marshal.load(stdout.unpack("m")[0]) end |