diff options
author | Tom Tromey <tromey@redhat.com> | 2013-10-14 16:20:13 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-10-14 16:20:13 +0000 |
commit | 3db258f53b66964abc87b4ee1f217a07c93eb5fa (patch) | |
tree | 1d696a29ec3b116557eccca74e98e0bc550631f7 /gdb/testsuite/gdb.dwarf2 | |
parent | 37e14bc332f216ec1653473ad1172d0e8f28c4eb (diff) | |
download | gdb-3db258f53b66964abc87b4ee1f217a07c93eb5fa.zip gdb-3db258f53b66964abc87b4ee1f217a07c93eb5fa.tar.gz gdb-3db258f53b66964abc87b4ee1f217a07c93eb5fa.tar.bz2 |
* gdb.dwarf2/dwzbuildid.exp (write_dwarf_file): Pass explicit test
name to gdb_test_no_output.
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/dwzbuildid.exp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/dwzbuildid.exp b/gdb/testsuite/gdb.dwarf2/dwzbuildid.exp index e6ae881..7bcab95 100644 --- a/gdb/testsuite/gdb.dwarf2/dwzbuildid.exp +++ b/gdb/testsuite/gdb.dwarf2/dwzbuildid.exp @@ -154,7 +154,8 @@ foreach testname {ok mismatch fallback} { gdb_start gdb_reinitialize_dir $srcdir/$subdir - gdb_test_no_output "set debug-file-directory $outdir" + gdb_test_no_output "set debug-file-directory $outdir" \ + "set debug-file-directory" gdb_load ${binfile}-${testname} |