| Index: gdb/testsuite/gdb.threads/no-unwaited-for-left.exp
|
| diff --git a/gdb/testsuite/gdb.threads/no-unwaited-for-left.exp b/gdb/testsuite/gdb.threads/no-unwaited-for-left.exp
|
| index 86c9259b91a1a015247f07e314f217774bc130cc..22efc36cc7f070201f0331df7aeb03d01b8f9db0 100644
|
| --- a/gdb/testsuite/gdb.threads/no-unwaited-for-left.exp
|
| +++ b/gdb/testsuite/gdb.threads/no-unwaited-for-left.exp
|
| @@ -16,10 +16,8 @@
|
| # Exit of a thread when there are other threads in the inferior should
|
| # not hang GDB.
|
|
|
| -set testfile "no-unwaited-for-left"
|
| -set srcfile ${testfile}.c
|
| +standard_testfile
|
| set executable ${testfile}
|
| -set binfile ${objdir}/${subdir}/${executable}
|
|
|
| if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
|
| return -1
|
|
|