diff options
author | Joel Brobecker <brobecker@adacore.com> | 2014-01-10 07:54:23 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2014-01-10 07:57:11 +0400 |
commit | a2cd8cfed14491303eb8338f90e206034c5a3fe2 (patch) | |
tree | 8a3788581db0edb7b28ca11ad506b9d10715b573 /gdb/testsuite/gdb.ada | |
parent | 4e23fced8108c99ddc9d52fb2c02af8cac4cc7bb (diff) | |
download | gdb-a2cd8cfed14491303eb8338f90e206034c5a3fe2.zip gdb-a2cd8cfed14491303eb8338f90e206034c5a3fe2.tar.gz gdb-a2cd8cfed14491303eb8338f90e206034c5a3fe2.tar.bz2 |
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.
Diffstat (limited to 'gdb/testsuite/gdb.ada')
-rw-r--r-- | gdb/testsuite/gdb.ada/pp-rec-component.exp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.ada/pp-rec-component.exp b/gdb/testsuite/gdb.ada/pp-rec-component.exp index faa7a0f..f2e4ab2 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" |