Signed-off-by: Bernhard Reutner-Fischer <[email protected]>
---
 ChangeLog   |    4 ++++
 runtest.exp |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 097f048..bd4071a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2012-03-23  Bernhard Reutner-Fischer  <[email protected]>
 
+       * runtest.exp: Fix typo in -de option handling
+
+2012-03-23  Bernhard Reutner-Fischer  <[email protected]>
+
        * doc/runtest.1: Correct name of debug file.
 
 2012-02-25  Ben Elliston  <[email protected]>
diff --git a/runtest.exp b/runtest.exp
index 8e6a7de..8ea4eb2 100644
--- a/runtest.exp
+++ b/runtest.exp
@@ -1068,7 +1068,7 @@ for { set i 0 } { $i < $argc } { incr i } {
 
        "--de*" {                       # (--debug) expect internal debugging
            if {[file exists ./dbg.log]} {
-               catch [file delete -force -- dbg.log"
+               catch [file delete -force -- dbg.log]
            }
            if { $verbose > 2 } {
                exp_internal -f dbg.log 1
-- 
1.7.9.1


_______________________________________________
Bug-dejagnu mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-dejagnu

Reply via email to