gdb/testsuite/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 14 Aug 2012 18:47:37 +0000 (18:47 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 14 Aug 2012 18:47:37 +0000 (18:47 +0000)
* gdb.base/attach-twice.exp: Remove excessive ps exec.

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

index 6106283..94c3d22 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-13  Doug Evans  <dje@google.com>
 
        * gdb.base/help.exp: Update expected output.
index 65dfe25..d4e1a6c 100644 (file)
@@ -45,7 +45,6 @@ gdb_test_multiple "attach $testpid" $test {
     }
 }
 
-eval exec ps xfw
 if {$parentpid != 0} {
   eval exec kill -9 $parentpid
 }