aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2014-01-10 07:50:29 +0400
committerJoel Brobecker <brobecker@adacore.com>2014-01-10 07:57:09 +0400
commit4e23fced8108c99ddc9d52fb2c02af8cac4cc7bb (patch)
tree6c37531c2c1bc70ae357f1de1ed7c164e876a0a4 /gdb/testsuite
parentd1e1519e662694c71ac2ad4e2300f592753446b5 (diff)
downloadgdb-4e23fced8108c99ddc9d52fb2c02af8cac4cc7bb.zip
gdb-4e23fced8108c99ddc9d52fb2c02af8cac4cc7bb.tar.gz
gdb-4e23fced8108c99ddc9d52fb2c02af8cac4cc7bb.tar.bz2
Remove path from gdb.python/py-pp-integral.exp "source" test.
gdb/testsuite/ChangeLog: * gdb.python/py-pp-integral.exp: Remove path from "source" test.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.python/py-pp-integral.exp3
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 4c4dcec..283f1f2 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2014-01-10 Joel Brobecker <brobecker@adacore.com>
+
+ * gdb.python/py-pp-integral.exp: Remove path from "source" test.
+
2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
Pedro Alves <palves@redhat.com>
diff --git a/gdb/testsuite/gdb.python/py-pp-integral.exp b/gdb/testsuite/gdb.python/py-pp-integral.exp
index 1262c3f..8149bde 100644
--- a/gdb/testsuite/gdb.python/py-pp-integral.exp
+++ b/gdb/testsuite/gdb.python/py-pp-integral.exp
@@ -29,7 +29,8 @@ if ![runto tick_tock] {
set remote_python_file [gdb_remote_download host \
${srcdir}/${subdir}/${testfile}.py]
-gdb_test_no_output "source ${remote_python_file}"
+gdb_test_no_output "source ${remote_python_file}" \
+ "source ${testfile}.py"
gdb_test "print *t" " = Thu Nov 14 02:22:23 2013 \\(1384395743\\)"