[gdb/testsuite] Fix gdb.tui/wrap-line.exp with --disable-tui
authorTom de Vries <tdevries@suse.de>
Wed, 31 May 2023 13:31:15 +0000 (15:31 +0200)
committerTom de Vries <tdevries@suse.de>
Wed, 31 May 2023 13:31:15 +0000 (15:31 +0200)
commit0b1cae3530601b0e5e16bb10cebafa69c43a3d09
tree70f4b0b7909ffaafac306407d0998766339b87e8
parent6e9bcaad3fd8f7635afb9fa7013762da2eeff8e5
[gdb/testsuite] Fix gdb.tui/wrap-line.exp with --disable-tui

When running the test-case gdb.tui/wrap-line.exp with a build configured with
--disable-tui, we run into:
...
(gdb) PASS: gdb.tui/wrap-line.exp: width-hard-coded: set width 50
tui new-layout command-layout cmd 1^M
Undefined command: "tui".  Try "help".^M
(gdb) ERROR: Undefined command "tui new-layout command-layout cmd 1".
...

Fix this by guarding the command with allow_tui_tests.

Tested on x86_64-linux.
gdb/testsuite/gdb.tui/wrap-line.exp