Index: gdb/testsuite/gdb.base/assign.exp |
diff --git a/gdb/testsuite/gdb.base/assign.exp b/gdb/testsuite/gdb.base/assign.exp |
index 8fb87d9d9726bda9b4531d27f8677caadb73c0e6..61197eed2eef19af6e41288bfe5cc30974134f90 100644 |
--- a/gdb/testsuite/gdb.base/assign.exp |
+++ b/gdb/testsuite/gdb.base/assign.exp |
@@ -1,4 +1,4 @@ |
-# Copyright 1998-1999, 2007-2012 Free Software Foundation, Inc. |
+# Copyright 1998-2013 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 |
@@ -25,9 +25,7 @@ |
# test running programs |
# |
-set testfile "all-types" |
-set srcfile ${testfile}.c |
-set binfile ${objdir}/${subdir}/${testfile} |
+standard_testfile all-types.c |
if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug nowarnings}] != "" } { |
untested assign.exp |
@@ -35,11 +33,7 @@ if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {deb |
} |
- |
-gdb_exit |
-gdb_start |
-gdb_reinitialize_dir $srcdir/$subdir |
-gdb_load ${binfile} |
+clean_restart ${binfile} |
# |