gdb/testsuite: update gdb.tui/tui-nl-filtered-output.exp
authorAndrew Burgess <aburgess@redhat.com>
Thu, 22 Dec 2022 10:24:22 +0000 (10:24 +0000)
committerAndrew Burgess <aburgess@redhat.com>
Wed, 25 Jan 2023 10:37:36 +0000 (10:37 +0000)
commit3602634035f6a346ac043a7f01442a7290b9f588
tree5d103b5aaf699eda4fe19f12323a319ef219ae6e
parent843a1a4f735e77147710b307db29a1b5f4e1c707
gdb/testsuite: update gdb.tui/tui-nl-filtered-output.exp

Following on from the previous commit, in this commit I am updating
the test script gdb.tui/tui-nl-filtered-output.exp to take account of
the changes in commit:

  commit 9162a27c5f5828240b53379d735679e2a69a9f41
  Date:   Tue Nov 13 11:59:03 2018 -0700

      Change gdb test suite's TERM setting

In the above commit the TERM environment variable was changed to be
'dumb' by default, which means that tests, that previously activated
tui mode, no longer do unless TERM is set to 'ansi'.

As the gdb.tui/tui-nl-filtered-output.exp script didn't do this, the
test stopped working.  As the expect patterns in this script were
pretty generic no tests actually started failing, and we never
noticed.

In this commit I update the test script to correctly activate our
terminal emulator, the test continues to pass after this update, but
now we are testing in tui mode.
gdb/testsuite/gdb.tui/tui-nl-filtered-output.exp