aboutsummaryrefslogtreecommitdiff
path: root/testsuite/lib/libsup.exp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/lib/libsup.exp')
-rw-r--r--testsuite/lib/libsup.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/lib/libsup.exp b/testsuite/lib/libsup.exp
index 59b3553..afedfe6 100644
--- a/testsuite/lib/libsup.exp
+++ b/testsuite/lib/libsup.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1992-2016 Free Software Foundation, Inc.
+# Copyright (C) 1992-2016, 2024 Free Software Foundation, Inc.
#
# This file is part of DejaGnu.
#
@@ -29,7 +29,7 @@ proc start_expect { } {
# can execute library code without DejaGnu
# Start expect
- set stty_init { -onlcr -onlret }
+ set stty_init { -onlcr }
spawn $EXPECT
expect {
-re "expect.*> " {