Commit 2cc3d93e by H.J. Lu Committed by H.J. Lu

re PR testsuite/25728 (File descriptor leak in lib/gcov.exp)

2006-01-11  H.J. Lu  <hongjiu.lu@intel.com>

	PR testsuite/25728
	* lib/gcov.exp (verify-lines): Add "close $fd".

From-SVN: r109627
parent 5a2d4de0
2006-01-11 H.J. Lu <hongjiu.lu@intel.com>
PR testsuite/25728
* lib/gcov.exp (verify-lines): Add "close $fd".
2006-01-12 Yao Qi <qiyaoltc@cn.ibm.com>
Ben Elliston <bje@au.ibm.com>
......@@ -53,6 +53,7 @@ proc verify-lines { testcase file } {
}
}
}
close $fd
return $failed
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment