gdb/testsuite/

* gdb.base/attach-twice.exp: Remove excessive ps exec.
This commit is contained in:
Jan Kratochvil 2012-08-14 18:47:37 +00:00
parent f76bf5e00c
commit e56f7f42e4
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
* gdb.base/attach-twice.exp: Remove excessive ps exec.
2012-08-13 Doug Evans <dje@google.com>
* gdb.base/help.exp: Update expected output.

View File

@ -45,7 +45,6 @@ gdb_test_multiple "attach $testpid" $test {
}
}
eval exec ps xfw
if {$parentpid != 0} {
eval exec kill -9 $parentpid
}