| Index: gdb/testsuite/gdb.base/sigchld.exp
|
| diff --git a/gdb/testsuite/gdb.base/sigchld.exp b/gdb/testsuite/gdb.base/sigchld.exp
|
| index 9da677bfa8d22af60899c6927a476c11594fb5c3..ab2a37f57ca1a569bfc2349fb5daadf977f14d9b 100644
|
| --- a/gdb/testsuite/gdb.base/sigchld.exp
|
| +++ b/gdb/testsuite/gdb.base/sigchld.exp
|
| @@ -1,4 +1,4 @@
|
| -# Copyright (C) 2008-2012 Free Software Foundation, Inc.
|
| +# Copyright (C) 2008-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
|
| @@ -21,18 +21,13 @@ if [target_info exists gdb,nosignals] {
|
| continue
|
| }
|
|
|
| -set testfile "sigchld"
|
| -set srcfile ${testfile}.c
|
| -set binfile ${objdir}/${subdir}/${testfile}
|
| +standard_testfile .c
|
|
|
| if {[gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
|
| return -1
|
| }
|
|
|
| -gdb_exit
|
| -gdb_start
|
| -gdb_reinitialize_dir $srcdir/$subdir
|
| -gdb_load ${binfile}
|
| +clean_restart ${binfile}
|
|
|
| runto_main
|
|
|
|
|