newt: fix test

This commit is contained in:
Dominyk Tiller 2018-03-08 01:05:54 +00:00 committed by ilovezfs
parent 49ab673fc7
commit a9cb0123eb

View file

@ -38,7 +38,8 @@ class Newt < Formula
test do
ENV["TERM"] = "xterm"
system "python", "-c", "import snack"
system "python2.7", "-c", "import snack"
(testpath/"test.c").write <<~EOS
#import <newt.h>
int main() {