newt: fix test
This commit is contained in:
parent
49ab673fc7
commit
a9cb0123eb
1 changed files with 2 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue