test suite update - gdb.base/s*
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / sigrepeat.exp
index 3b423ec64943bf807180893401590c2bdfa50c20..08beed3d59e39912d9cdadd111363096390877e9 100644 (file)
@@ -25,19 +25,15 @@ if [target_info exists gdb,nosignals] {
 }
 
 
-set testfile sigrepeat
-set srcfile ${testfile}.c
-set binfile ${objdir}/${subdir}/${testfile}
+standard_testfile .c
+
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
     untested "Couldn't compile ${srcfile}"
     return -1
 }
 
 # get things started
-gdb_exit
-gdb_start
-gdb_reinitialize_dir $srcdir/$subdir
-gdb_load ${binfile}
+clean_restart ${binfile}
 
 # Advance to main
 if { ![runto_main] } then {
This page took 0.028985 seconds and 4 git commands to generate.