aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.linespec/ls-errs.exp
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-06-25 20:31:21 +0000
committerTom Tromey <tromey@redhat.com>2012-06-25 20:31:21 +0000
commitf91e3dc1b63cb8ac775de13783454ae8a915d704 (patch)
tree94858af1a41eddfbecadd44c2f7486f0fa795d59 /gdb/testsuite/gdb.linespec/ls-errs.exp
parenta884434d1976a833c15c08bb82fd29def21333ee (diff)
downloadgdb-f91e3dc1b63cb8ac775de13783454ae8a915d704.zip
gdb-f91e3dc1b63cb8ac775de13783454ae8a915d704.tar.gz
gdb-f91e3dc1b63cb8ac775de13783454ae8a915d704.tar.bz2
* gdb.linespec/ls-errs.exp: Use standard_testfile.
* gdb.linespec/ls-dollar.exp: Use standard_testfile. * gdb.linespec/linespec.exp: Use standard_testfile.
Diffstat (limited to 'gdb/testsuite/gdb.linespec/ls-errs.exp')
-rw-r--r--gdb/testsuite/gdb.linespec/ls-errs.exp6
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.linespec/ls-errs.exp b/gdb/testsuite/gdb.linespec/ls-errs.exp
index 8ced8c6..7db8ae4 100644
--- a/gdb/testsuite/gdb.linespec/ls-errs.exp
+++ b/gdb/testsuite/gdb.linespec/ls-errs.exp
@@ -15,10 +15,8 @@
# Tests for linespec error conditions
-set base ls-errs
-set srcfile "$base.c"
-set testfile "$base.exp"
-set exefile $base
+standard_testfile
+set exefile $testfile
if {[prepare_for_testing $testfile $exefile $srcfile \
{debug nowarnings}]} {