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.
This commit is contained in:
Joel Brobecker
2014-01-10 07:57:11 +04:00
parent 4e23fced81
commit a2cd8cfed1
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
2014-01-10 Joel Brobecker <brobecker@adacore.com>
* gdb.ada/pp-rec-component.exp: Remove path from "source" test.
2014-01-10 Joel Brobecker <brobecker@adacore.com>
* gdb.python/py-pp-integral.exp: Remove path from "source" test.
+2 -1
View File
@@ -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"