diff options
Diffstat (limited to 'gdb/testsuite/gdb.python/py-strfns.exp')
-rw-r--r-- | gdb/testsuite/gdb.python/py-strfns.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.python/py-strfns.exp b/gdb/testsuite/gdb.python/py-strfns.exp index 9d78518..daeb852 100644 --- a/gdb/testsuite/gdb.python/py-strfns.exp +++ b/gdb/testsuite/gdb.python/py-strfns.exp @@ -64,9 +64,9 @@ gdb_test "p /d {char\[4\]} arg" "= \\{0, 1, 2, 4\\}" # Verify use on a core file. proc test_strfns_core_file { } { - global objdir subdir gdb_prompt testfile + global gdb_prompt testfile - set filename "${objdir}/${subdir}/py-strfns.core" + set filename [standard_output_file py-strfns.core] if {![gdb_gcore_cmd "$filename" "save a corefile"]} { # No use proceeding from here. |