aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/structs.exp
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-01-03 23:49:31 +0000
committerMark Kettenis <kettenis@gnu.org>2004-01-03 23:49:31 +0000
commit1bfbbb9d240746e8720abcff7891e94fc4e4e2a1 (patch)
treea48514f8680e0c0cfe3cd756601945009efea98a /gdb/testsuite/gdb.base/structs.exp
parent5154b0cdb15aac5c61bcad9ff95b1f2b87c5fd0a (diff)
downloadgdb-1bfbbb9d240746e8720abcff7891e94fc4e4e2a1.zip
gdb-1bfbbb9d240746e8720abcff7891e94fc4e4e2a1.tar.gz
gdb-1bfbbb9d240746e8720abcff7891e94fc4e4e2a1.tar.bz2
* gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
return ${tests}" test. The ${tests} already mentions the filename.
Diffstat (limited to 'gdb/testsuite/gdb.base/structs.exp')
-rw-r--r--gdb/testsuite/gdb.base/structs.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/structs.exp b/gdb/testsuite/gdb.base/structs.exp
index c0f596f..4627819 100644
--- a/gdb/testsuite/gdb.base/structs.exp
+++ b/gdb/testsuite/gdb.base/structs.exp
@@ -285,7 +285,7 @@ proc test_struct_returns { n } {
# Check that the program invalidated the relevant global.
setup_kfails structs-tld i*86-*-* gdb/1447
- gdb_test "p/c L${n}" " = [zed $n]" "zed L<n> for return; ${tests} .${testfile}."
+ gdb_test "p/c L${n}" " = [zed $n]" "zed L<n> for return; ${tests}"
# Force the "return". This checks that the return is always
# performed, and that GDB correctly reported this to the user.