diff options
Diffstat (limited to 'gdb/testsuite/gdb.arch/i386-mpx-simple_segv.exp')
-rw-r--r-- | gdb/testsuite/gdb.arch/i386-mpx-simple_segv.exp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.arch/i386-mpx-simple_segv.exp b/gdb/testsuite/gdb.arch/i386-mpx-simple_segv.exp index 2eefc74..7729f6b 100644 --- a/gdb/testsuite/gdb.arch/i386-mpx-simple_segv.exp +++ b/gdb/testsuite/gdb.arch/i386-mpx-simple_segv.exp @@ -73,7 +73,7 @@ with_test_prefix "$parameters" { ".*SIGSEGV.*Yes.*Yes.*Yes.*Segmentation fault.*"\ "set parameters" - gdb_test "continue" ".*$violation.*" "Display" + gdb_test "continue" ".*$violation.*" "display" gdb_test "where" ".*#0 $hex in upper.*"\ "should be in upper" @@ -93,7 +93,7 @@ with_test_prefix "$parameters" { ".*SIGSEGV.*No.*Yes.*Yes.*Segmentation fault.*"\ "set parameters" - gdb_test "continue" ".*$segv_with_exit.*" "Display" + gdb_test "continue" ".*$segv_with_exit.*" "display" gdb_test "where" "No stack." "no inferior" } @@ -112,7 +112,7 @@ with_test_prefix "$parameters" { ".*SIGSEGV.*Yes.*Yes.*No.*Segmentation fault.*"\ "set parameters" - gdb_test "continue" ".*$violation.*" "Display" + gdb_test "continue" ".*$violation.*" "display" gdb_test "where" ".*#0 $hex in upper.*"\ "should be in upper" |