]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/testsuite/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 14 Aug 2012 18:48:57 +0000 (18:48 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 14 Aug 2012 18:48:57 +0000 (18:48 +0000)
* gdb.base/attach-twice.exp: Remove excessive ps exec.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/attach-twice.exp

index c1c62c0d57a236aff6da86c8e9f347684f52adf9..f204ddb1d6cb628043159b134281d7f5024431dd 100644 (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-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
index 65dfe25ecb2806ebc64119ea03d6f93ce3576cfa..d4e1a6c41b69b624f8c82713b63c84def9e309f7 100644 (file)
@@ -45,7 +45,6 @@ gdb_test_multiple "attach $testpid" $test {
     }
 }
 
-eval exec ps xfw
 if {$parentpid != 0} {
   eval exec kill -9 $parentpid
 }