diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/attach-twice.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/attach-twice.exp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/attach-twice.exp b/gdb/testsuite/gdb.base/attach-twice.exp index 2a79c35e31a..0a0035b587d 100644 --- a/gdb/testsuite/gdb.base/attach-twice.exp +++ b/gdb/testsuite/gdb.base/attach-twice.exp @@ -18,9 +18,8 @@ if [is_remote target] then { return 0 } -set testfile attach-twice +standard_testfile set executable ${testfile} -set binfile ${objdir}/${subdir}/${executable} if { [prepare_for_testing ${testfile}.exp $executable] } { return -1 |