Index: gdb/testsuite/gdb.trace/passcount.exp |
diff --git a/gdb/testsuite/gdb.trace/passcount.exp b/gdb/testsuite/gdb.trace/passcount.exp |
index b91cdbdf4cc125aa1385c58cbf7d831126f907fa..42f767a266816bb900c3a8b73f128cf205fe7abe 100644 |
--- a/gdb/testsuite/gdb.trace/passcount.exp |
+++ b/gdb/testsuite/gdb.trace/passcount.exp |
@@ -17,16 +17,10 @@ |
load_lib "trace-support.exp"; |
-if $tracelevel then { |
- strace $tracelevel |
-} |
- |
gdb_exit |
gdb_start |
-set testfile "actions" |
-set srcfile ${testfile}.c |
-set binfile $objdir/$subdir/passcount |
+standard_testfile actions.c |
if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile \ |
executable {debug nowarnings}] != "" } { |
untested passcount.exp |