]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog-2014-2021
Unnecessary restore of timeout global at end of gdb.base/completion.exp
authorJoel Brobecker <brobecker@adacore.com>
Tue, 27 May 2014 21:03:11 +0000 (14:03 -0700)
committerJoel Brobecker <brobecker@adacore.com>
Mon, 2 Jun 2014 15:42:30 +0000 (08:42 -0700)
commitda02b3a81f661022256bfc44ddd280fd7923a459
treeb6b8dc91c90d2961d62e357bce913b3e58e65216
parent486ef3b9331303f5913b3c8cbf390505cbf72038
Unnecessary restore of timeout global at end of gdb.base/completion.exp

This patch removes some code in gdb.base/compilation.exp which
is aimed at restoring the original timeout global value after having
changed it for this testcase. Restoring the timeout global is not
necessary as this is taken care of by gdb_init, which is called
at the start of each testing.

gdb/testsuite/ChangeLog:

        * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/completion.exp