batch-preserve-term-settings.exp: use send_quit_command some more
authorPatrick Palka <patrick@parcs.ath.cx>
Wed, 29 Jul 2015 16:44:21 +0000 (12:44 -0400)
committerPatrick Palka <patrick@parcs.ath.cx>
Wed, 29 Jul 2015 21:00:40 +0000 (17:00 -0400)
Just a slight cleanup.  Committed as obvious.

gdb/testsuite/ChangeLog:

* gdb.base/batch-preserve-term-settings.exp
(test_terminal_settings_preserved_after_cli_exit): Use
send_quit_command.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/batch-preserve-term-settings.exp

index 3722e28..171784e 100644 (file)
@@ -1,3 +1,9 @@
+2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
+
+       * gdb.base/batch-preserve-term-settings.exp
+       (test_terminal_settings_preserved_after_cli_exit): Use
+       send_quit_command.
+
 2015-07-29  Pedro Alves  <palves@redhat.com>
            Don Breazeal  <donb@codesourcery.com>
 
index a4c8796..90f4057 100644 (file)
@@ -251,23 +251,7 @@ proc test_terminal_settings_preserved_after_cli_exit { cmds } {
        }
     }
 
-    set test "quit gdb"
-    send_gdb "quit\n"
-    gdb_expect {
-       -re "(y or n)" {
-           send_gdb "y\n"
-           exp_continue
-       }
-       -re ".*$shell_prompt_re$" {
-           pass $test
-       }
-       timeout {
-           fail "$test (timeout)"
-       }
-       eof {
-           fail "$test (eof)"
-       }
-    }
+    send_quit_command "quit gdb"
 
     set test "terminal settings preserved"
     if $stty_supported {