gdb/
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.mi / mi2-prompt.exp
index 6145c38fc1b62dca55543701f9d08bb4e98d3739..eb9edec211477eb115aafbe49f37e9009e7a58aa 100644 (file)
@@ -23,8 +23,9 @@ if [mi_gdb_start] {
 
 # Check console 'set prompt' does not affect the MI output.
 
-mi_gdb_test {-interpreter-exec console "set prompt (banana) "} {\^done} \
-           "console set prompt"
+mi_gdb_test {-interpreter-exec console "set prompt (banana) "} \
+    ".*=cmd-param-changed,param=\"prompt\",value=\"\\(banana\\) \".*\\^done" \
+    "console set prompt"
 mi_gdb_test "-break-list" ".*}" "-break-list"
 
 gdb_exit
This page took 0.023691 seconds and 4 git commands to generate.