This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [patch] Fix gdb.base/macscp.exp when using custom inputrc
- From: Tom Tromey <tromey at redhat dot com>
- To: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Mon, 13 Jul 2009 11:55:05 -0600
- Subject: Re: [patch] Fix gdb.base/macscp.exp when using custom inputrc
- References: <20090712095227.GA20069@host0.dyn.jankratochvil.net>
- Reply-to: tromey at redhat dot com
>>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes:
Jan> gdb/testsuite/
Jan> 2009-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
Jan> Fix gdb.base/macscp.exp when using custom inputrc.
Jan> * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
Jan> * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
Jan> env(TERM) set.
Jan> * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
Jan> * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
Thanks, this patch is ok.
Tom