From 3768ec6f9213f8d58fae829f4e9af59c93bd7ae4 Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Mon, 12 Jan 2015 23:46:57 +0100 Subject: jp2a: TERM env variable defined in test Closes #35792. Signed-off-by: Mike McQuaid --- Library/Formula/jp2a.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library') diff --git a/Library/Formula/jp2a.rb b/Library/Formula/jp2a.rb index 45e98f6f0..b457164fc 100644 --- a/Library/Formula/jp2a.rb +++ b/Library/Formula/jp2a.rb @@ -23,6 +23,8 @@ class Jp2a < Formula end test do + # the test fails if this is not set + ENV["TERM"] = "xterm-256color" system "#{bin}/jp2a", test_fixtures("test.jpg") end end -- cgit v1.2.3