summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.guile/scm-objfile-script.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.guile/scm-objfile-script.exp')
-rw-r--r--gdb/testsuite/gdb.guile/scm-objfile-script.exp6
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/testsuite/gdb.guile/scm-objfile-script.exp b/gdb/testsuite/gdb.guile/scm-objfile-script.exp
index 5b480d1ea55..6a935d7926c 100644
--- a/gdb/testsuite/gdb.guile/scm-objfile-script.exp
+++ b/gdb/testsuite/gdb.guile/scm-objfile-script.exp
@@ -26,10 +26,6 @@ if {[build_executable $testfile.exp $testfile $srcfile debug] == -1} {
return
}
-# Start with a fresh gdb.
-gdb_exit
-gdb_start
-
# Make the -gdb.scm script available to gdb, it is automagically loaded by gdb.
# Care is taken to put it in the same directory as the binary so that
# gdb will find it.
@@ -37,7 +33,7 @@ set remote_guile_file [remote_download host \
${srcdir}/${subdir}/${testfile}-gdb.in \
[standard_output_file ${testfile}-gdb.scm]]
-gdb_reinitialize_dir $srcdir/$subdir
+clean_restart
gdb_test_no_output "set auto-load safe-path ${remote_guile_file}" \
"set auto-load safe-path"
gdb_load ${binfile}