summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/wrap-line.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.base/wrap-line.exp')
-rw-r--r--gdb/testsuite/gdb.base/wrap-line.exp6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/testsuite/gdb.base/wrap-line.exp b/gdb/testsuite/gdb.base/wrap-line.exp
index 938b5c44099..03d94720c9c 100644
--- a/gdb/testsuite/gdb.base/wrap-line.exp
+++ b/gdb/testsuite/gdb.base/wrap-line.exp
@@ -86,12 +86,6 @@ proc test_wrap { width_auto_detected } {
gdb_assert { $gdb_width == [expr $readline_width + 1] }
}
- if { $width_auto_detected && $::term == "ansi" } {
- if { $gdb_width == [expr $env_width - 1] || $gdb_width == $env_width } {
- # Generate KFAIL or KPASS.
- setup_kfail "cli/30346" "*-*-*"
- }
- }
gdb_assert { $gdb_width == $env_width } "width"
# New prompt, but avoid emitting a pass in order to avoid ending the line