From: Joel Brobecker Date: Fri, 10 Jan 2014 03:54:23 +0000 (+0400) Subject: Remove path from gdb.ada/pp-rec-component.exp "source" test X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=a2cd8cfed14491303eb8338f90e206034c5a3fe2;p=deliverable%2Fbinutils-gdb.git Remove path from gdb.ada/pp-rec-component.exp "source" test gdb/testsuite/ChangeLog: * gdb.ada/pp-rec-component.exp: Remove path from "source" test. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 283f1f2116..2bfeec16c2 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2014-01-10 Joel Brobecker + + * gdb.ada/pp-rec-component.exp: Remove path from "source" test. + 2014-01-10 Joel Brobecker * gdb.python/py-pp-integral.exp: Remove path from "source" test. diff --git a/gdb/testsuite/gdb.ada/pp-rec-component.exp b/gdb/testsuite/gdb.ada/pp-rec-component.exp index faa7a0fbb9..f2e4ab2888 100644 --- a/gdb/testsuite/gdb.ada/pp-rec-component.exp +++ b/gdb/testsuite/gdb.ada/pp-rec-component.exp @@ -28,7 +28,8 @@ if { [skip_python_tests] } { continue } set remote_python_file \ [gdb_remote_download host ${srcdir}/${subdir}/${gdb_test_file_name}.py] -gdb_test_no_output "source ${remote_python_file}" +gdb_test_no_output "source ${remote_python_file}" \ + "source ${gdb_test_file_name}.py" set bp_location [gdb_get_line_number "BREAK" ${testdir}/foo.adb] runto "foo.adb:$bp_location"