diff options
Diffstat (limited to 'Library/Formula/jp2a.rb')
| -rw-r--r-- | Library/Formula/jp2a.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
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  | 
