]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.base/define.exp
gdb/testsuite/: Use "-qualified" in explicit "break main", etc.
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.base / define.exp
index 272be432f8f975ce75bc9a1b31d53f6057f84470..002bd47fcb80e5005535ce6e45bba657c55b4f1c 100644 (file)
@@ -179,7 +179,7 @@ with_test_prefix "command abbreviations in define" {
       -re "Type commands for definition of \"breakmain\".\r\nEnd with a line saying just \"end\".\r\n>$" {
          pass "$test"
          set test "send body of breakmain"
-         gdb_test_multiple "break main\ncommand\necho\nend\nend" "$test"  {
+         gdb_test_multiple "break -q main\ncommand\necho\nend\nend" "$test"  {
              -re "$gdb_prompt $"\
                  {pass "$test"}
          }