diff options
author | Tom Tromey <tromey@redhat.com> | 2012-06-25 20:31:21 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-06-25 20:31:21 +0000 |
commit | f91e3dc1b63cb8ac775de13783454ae8a915d704 (patch) | |
tree | 94858af1a41eddfbecadd44c2f7486f0fa795d59 /gdb/testsuite/gdb.linespec/ls-errs.exp | |
parent | a884434d1976a833c15c08bb82fd29def21333ee (diff) | |
download | gdb-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.exp | 6 |
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}]} { |