| Index: gdb/testsuite/gdb.threads/thread-execl.exp
|
| diff --git a/gdb/testsuite/gdb.threads/thread-execl.exp b/gdb/testsuite/gdb.threads/thread-execl.exp
|
| index 3886846a61ec51afa09e4065682b93f7d956538e..449e3033ea83d1388fbe64d4984b6bea76b69cb7 100644
|
| --- a/gdb/testsuite/gdb.threads/thread-execl.exp
|
| +++ b/gdb/testsuite/gdb.threads/thread-execl.exp
|
| @@ -21,21 +21,14 @@ if { [is_remote target] } {
|
| return 0
|
| }
|
|
|
| -set testfile "thread-execl"
|
| -set srcfile ${testfile}.c
|
| -set binfile ${objdir}/${subdir}/${testfile}
|
| +standard_testfile
|
|
|
| if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" \
|
| - executable [list debug "incdir=${objdir}"]] != "" } {
|
| + executable debug] != "" } {
|
| return -1
|
| }
|
|
|
| -# Start with a fresh gdb.
|
| -
|
| -gdb_exit
|
| -gdb_start
|
| -gdb_reinitialize_dir $srcdir/$subdir
|
| -gdb_load ${binfile}
|
| +clean_restart ${binfile}
|
|
|
| runto_main
|
|
|
|
|