terminator: fix test (#13350)
This commit is contained in:
parent
70b5351587
commit
c40e8903bf
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@ class Terminator < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
ENV.prepend_path "PYTHONPATH", Formula["pygtk"].opt_lib/"python2.7/site-packages/gtk-2.0"
|
||||
ENV.prepend_path "PYTHONPATH", lib/"python2.7/site-packages"
|
||||
system "#{bin}/terminator", "--version"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue