aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2014-11-25 09:35:07 +1100
committerBen Elliston <bje@gnu.org>2014-11-25 09:35:07 +1100
commit3344ec53cc6d06a7436a9760ee6d595565f253c2 (patch)
treef702c47ec24517af374b3e985073249be8f4979b
parent494c131d32333b4aac1fbe72f05d230bec155030 (diff)
downloaddejagnu-3344ec53cc6d06a7436a9760ee6d595565f253c2.zip
dejagnu-3344ec53cc6d06a7436a9760ee6d595565f253c2.tar.gz
dejagnu-3344ec53cc6d06a7436a9760ee6d595565f253c2.tar.bz2
* lib/dejagnu.exp (host_execute): Remove stray leading hyphen.
Reported by David Malcolm.
-rw-r--r--ChangeLog5
-rw-r--r--lib/dejagnu.exp2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b6244a..11b7a9f 100644
--- 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.
diff --git a/lib/dejagnu.exp b/lib/dejagnu.exp
index 47171d7..b2ffe40 100644
--- a/lib/dejagnu.exp
+++ b/lib/dejagnu.exp
@@ -188,7 +188,7 @@ proc host_execute {args} {
incr timetol
exp_continue
} else {
- - catch close
+ catch close
return "Timed out executing test case"
}
}