File: 0008-set-TERM-as-dumb-to-enable-console-output.patch

package info (click to toggle)
rabbit 3.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,220 kB
  • sloc: ruby: 29,637; lisp: 309; makefile: 43; sh: 9
file content (17 lines) | stat: -rw-r--r-- 635 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: set TERM as dumb to enable console output
Author: HIGUCHI Daisuke (VDR dai) <dai@debian.org>
Forwarded: not-needed
Last-Update: 2019-09-14

Index: rabbit/test/command/test-rabbit.rb
===================================================================
--- rabbit.orig/test/command/test-rabbit.rb
+++ rabbit/test/command/test-rabbit.rb
@@ -28,6 +28,7 @@ class RabbitCommandRabbitTest < Test::Un
     Dir.chdir(@dir) do
       pid = spawn({
                     "LANG" => "C",
+                    "TERM" => "dumb",
                   },
                   RbConfig.ruby,
                   "-I", File.join(@base_dir, "lib"),