Index: gdb/testsuite/gdb.mi/mi-pthreads.exp |
diff --git a/gdb/testsuite/gdb.mi/mi-pthreads.exp b/gdb/testsuite/gdb.mi/mi-pthreads.exp |
index 458d3fb4c7483473c26fd1343d4abd7f7dd30a33..d30e0f2c0482539bf23a15cf8e7374026aeb4d7c 100644 |
--- a/gdb/testsuite/gdb.mi/mi-pthreads.exp |
+++ b/gdb/testsuite/gdb.mi/mi-pthreads.exp |
@@ -61,11 +61,9 @@ proc check_mi_thread_command_set {} { |
# |
# Start here |
# |
-set testfile "pthreads" |
-set srcfile "$testfile.c" |
-set binfile "$objdir/$subdir/mi-$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 |
} |