* lib/dejagnu.exp (host_execute): Remove stray leading hyphen.
authorBen Elliston <bje@gnu.org>
Mon, 24 Nov 2014 22:35:07 +0000 (09:35 +1100)
committerBen Elliston <bje@gnu.org>
Mon, 24 Nov 2014 22:35:07 +0000 (09:35 +1100)
Reported by David Malcolm.

ChangeLog
lib/dejagnu.exp

index 9b6244a..11b7a9f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-11-25  Ben Elliston  <bje@gnu.org>
+
+       * lib/dejagnu.exp (host_execute): Remove stray leading hyphen.
+       Reported by David Malcolm.
+
 2014-10-28  Ben Elliston  <bje@gnu.org>
 
        * Makefile.in: Regenerate.
index 47171d7..b2ffe40 100644 (file)
@@ -188,7 +188,7 @@ proc host_execute {args} {
                incr timetol
                exp_continue
            } else {
-               -               catch close
+               catch close
                return "Timed out executing test case"
            }
        }