| Index: gdb/testsuite/gdb.mi/mi-nonstop-exit.exp
|
| diff --git a/gdb/testsuite/gdb.mi/mi-nonstop-exit.exp b/gdb/testsuite/gdb.mi/mi-nonstop-exit.exp
|
| index b6f572879f1450a864e7a4271323fe662802834a..fe7654e84a84239a716df15721f5d8de5ca5ab45 100644
|
| --- a/gdb/testsuite/gdb.mi/mi-nonstop-exit.exp
|
| +++ b/gdb/testsuite/gdb.mi/mi-nonstop-exit.exp
|
| @@ -29,11 +29,9 @@ if {[mi_gdb_start]} {
|
| #
|
| # Start here
|
| #
|
| -set testfile "non-stop-exit"
|
| -set srcfile "$testfile.c"
|
| -set binfile "$objdir/$subdir/mi-$testfile"
|
| +standard_testfile non-stop-exit.c
|
|
|
| -set options [list debug incdir=$objdir]
|
| +set options [list debug]
|
| if {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } {
|
| return -1
|
| }
|
|
|