This commit was manufactured by cvs2svn to create branch 'gdb_7_0-branch'.
[external/binutils.git] / gdb / testsuite / gdb.trace / tfind.exp
index 6366719..902a32e 100644 (file)
@@ -1,4 +1,5 @@
-#   Copyright 1998, 2002, 2005, 2007, 2008 Free Software Foundation, Inc.
+#   Copyright 1998, 2002, 2005, 2007, 2008, 2009
+#   Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -49,7 +50,7 @@ if [istarget "m68k-*-elf"] then {
 } else {
     set testfile "actions"
     set srcfile ${testfile}.c
-    set binfile $objdir/$subdir/$testfile
+    set binfile $objdir/$subdir/tfind
 
     if { [gdb_compile "$srcdir/$subdir/$srcfile" "$binfile" \
            executable {debug nowarnings}] != "" } {