Index: gdb/testsuite/gdb.trace/ax.exp |
diff --git a/gdb/testsuite/gdb.trace/ax.exp b/gdb/testsuite/gdb.trace/ax.exp |
index 2b2a1cd6af725f0c02237f55fb91eb571735d8db..9940a5e5c0715e102387657b95d8bfee9a0e1de1 100644 |
--- a/gdb/testsuite/gdb.trace/ax.exp |
+++ b/gdb/testsuite/gdb.trace/ax.exp |
@@ -20,16 +20,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/ax |
+standard_testfile actions.c |
if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile \ |
executable {debug nowarnings}] != "" } { |
untested ax.exp |