OSDN Git Service

2006-01-11 H.J. Lu <hongjiu.lu@intel.com>
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Jan 2006 01:29:07 +0000 (01:29 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Jan 2006 01:29:07 +0000 (01:29 +0000)
PR testsuite/25728
* lib/gcov.exp (verify-lines): Add "close $fd".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109627 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/lib/gcov.exp

index e28bd6c..3032b34 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
 2006-01-12  Yao Qi  <qiyaoltc@cn.ibm.com>
            Ben Elliston  <bje@au.ibm.com>
 
index 1da53ad..9e8b9d9 100644 (file)
@@ -53,6 +53,7 @@ proc verify-lines { testcase file } {
            }
        }
     }
            }
        }
     }
+    close $fd
     return $failed
 }
 
     return $failed
 }