aboutsummaryrefslogtreecommitdiff
path: root/lib
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 /lib
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.
Diffstat (limited to 'lib')
-rw-r--r--lib/dejagnu.exp2
1 files changed, 1 insertions, 1 deletions
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"
}
}