aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.go/types.exp
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-06-25 19:13:25 +0000
committerTom Tromey <tromey@redhat.com>2012-06-25 19:13:25 +0000
commit8a3e1f8d521c1ba7f4aa0449138f55106273afc2 (patch)
tree22d94037b619b19bf72db66765be023c41bf9c8a /gdb/testsuite/gdb.go/types.exp
parentadb4fe3b309bace3ceb2c0e305f7faf41eb708a6 (diff)
downloadbinutils-8a3e1f8d521c1ba7f4aa0449138f55106273afc2.zip
binutils-8a3e1f8d521c1ba7f4aa0449138f55106273afc2.tar.gz
binutils-8a3e1f8d521c1ba7f4aa0449138f55106273afc2.tar.bz2
* lib/gdb.exp (standard_output_file): Use "file join".
* gdb.go/chan.exp: Use standard_testfile. * gdb.go/handcall.exp: Use standard_testfile. * gdb.go/hello.exp: Use standard_testfile. * gdb.integers/chan.exp: Use standard_testfile. * gdb.go/methods.exp: Use standard_testfile. * gdb.go/package.exp: Use standard_testfile. * gdb.go/strings.exp: Use standard_testfile. * gdb.go/types.exp: Use standard_testfile. * gdb.go/unsafe.exp: Use standard_testfile.
Diffstat (limited to 'gdb/testsuite/gdb.go/types.exp')
-rw-r--r--gdb/testsuite/gdb.go/types.exp3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.go/types.exp b/gdb/testsuite/gdb.go/types.exp
index 20ac910..da9d387 100644
--- a/gdb/testsuite/gdb.go/types.exp
+++ b/gdb/testsuite/gdb.go/types.exp
@@ -21,8 +21,7 @@ load_lib "go.exp"
if { [skip_go_tests] } { continue }
-set testfile "types"
-set srcfile ${testfile}.go
+standard_testfile .go
if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile} {debug go}] } {
return -1