diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_curses.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_curses.rb b/test/test_curses.rb index d43c852f2f..00a099cee3 100644 --- a/test/test_curses.rb +++ b/test/test_curses.rb @@ -37,7 +37,7 @@ src wait = r.readpartial(1) if wait != "!" wait << r.readpartial(1000) - raise wait + raise "TERM: '#{ENV["TERM"]}'; #{wait}" end if input w.print(input) |