Index: gdb/testsuite/gdb.mi/gdb669.exp |
diff --git a/gdb/testsuite/gdb.mi/gdb669.exp b/gdb/testsuite/gdb.mi/gdb669.exp |
index 904f14d0e1fa0b17eac5606eec87c591e810a813..2ca173cc09406d473a9a04ed5b7ba3223c36143a 100644 |
--- a/gdb/testsuite/gdb.mi/gdb669.exp |
+++ b/gdb/testsuite/gdb.mi/gdb669.exp |
@@ -28,11 +28,9 @@ if {[mi_gdb_start]} { |
# |
# Start here |
# |
-set testfile "pthreads" |
-set srcfile "$testfile.c" |
-set binfile "$objdir/$subdir/gdb669-$testfile" |
+standard_testfile pthreads.c |
-set options [list debug incdir=$objdir] |
+set options [list debug] |
if {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } { |
return -1 |
} |