aboutsummaryrefslogtreecommitdiff
path: root/lib/mondfe.exp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mondfe.exp')
-rw-r--r--lib/mondfe.exp10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/mondfe.exp b/lib/mondfe.exp
index 82486fe..f745ed7 100644
--- a/lib/mondfe.exp
+++ b/lib/mondfe.exp
@@ -4,15 +4,15 @@
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
-#
+#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
-#
+#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
# Please email any bugs, comments, and/or additions to this file to:
# bug-dejagnu@gnu.org
@@ -55,7 +55,7 @@ proc mondfe_open { hostname } {
set shell_id [remote_spawn $rh "$mondfe -D -TIP $remote_host"]
remote_expect $rh 60 {
- "$shell_prompt" {
+ "$shell_prompt" {
verbose "Got prompt"
set result 0
}
@@ -74,7 +74,7 @@ proc mondfe_open { hostname } {
warning "$expect_out(1,string)"
exp_continue
}
- timeout {
+ timeout {
warning "Timed out trying to connect."
set result -1
incr retries