diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/catch-syscall.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/catch-syscall.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/catch-syscall.exp b/gdb/testsuite/gdb.base/catch-syscall.exp index c20e80d9726..2d9cad42000 100644 --- a/gdb/testsuite/gdb.base/catch-syscall.exp +++ b/gdb/testsuite/gdb.base/catch-syscall.exp @@ -259,7 +259,7 @@ proc test_catch_syscall_fail_nodatadir {} { # Make sure GDB doesn't load the syscalls xml from the system data # directory. - gdb_test "set data-directory /the/path/to/nowhere" "" + gdb_test_no_output "set data-directory /the/path/to/nowhere" # Testing to see if we receive a warning when calling "catch syscall" # without XML support (without datadir). @@ -379,7 +379,7 @@ proc do_syscall_tests_without_xml {} { # Make sure GDB doesn't load the syscalls xml from the system data # directory. - gdb_test "set data-directory /the/path/to/nowhere" "" + gdb_test_no_output "set data-directory /the/path/to/nowhere" # Let's test if we can catch syscalls without XML support. # We should succeed, but GDB is not supposed to print syscall names. |