aalib: fix test for headless env

Closes Homebrew/homebrew#41892.

Signed-off-by: Xu Cheng <xucheng@me.com>
master
Xu Cheng 2015-07-19 17:50:39 +08:00
parent 3b5e2836de
commit d27ff51ec5
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class Aalib < Formula
end
test do
system bin/"aainfo"
system "script", "-q", "/dev/null", bin/"aainfo"
end
end