aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/info-os.exp
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2012-10-23 15:49:11 +0000
committerYao Qi <yao@codesourcery.com>2012-10-23 15:49:11 +0000
commit545f743d640c6bd74e496ec9c522beb833e34102 (patch)
treed1b1542ad8e774e59c203244465819cb3dabf208 /gdb/testsuite/gdb.base/info-os.exp
parent38a69d0a4d05b7fb52902a3c9bd2360d7191af3b (diff)
downloadgdb-545f743d640c6bd74e496ec9c522beb833e34102.zip
gdb-545f743d640c6bd74e496ec9c522beb833e34102.tar.gz
gdb-545f743d640c6bd74e496ec9c522beb833e34102.tar.bz2
gdb/testsuite:
* gdb.base/info-os.exp: Resume the inferior until it exits.
Diffstat (limited to 'gdb/testsuite/gdb.base/info-os.exp')
-rw-r--r--gdb/testsuite/gdb.base/info-os.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/info-os.exp b/gdb/testsuite/gdb.base/info-os.exp
index 541f03b..45f3103 100644
--- a/gdb/testsuite/gdb.base/info-os.exp
+++ b/gdb/testsuite/gdb.base/info-os.exp
@@ -176,4 +176,4 @@ expect_multiline "info os msg" "$msgkey +$msqid +666 .*" "get message queues"
# The SysV IPC primitives linger on after the creating process is killed
# unless they are destroyed explicitly, so allow the test program to tidy
# up after itself.
-send_gdb "continue\n"
+gdb_test "continue" "exited.*"