gpac: use assert_predicate
This commit is contained in:
parent
b1d8409897
commit
99b0e49187
1 changed files with 1 additions and 1 deletions
|
@ -47,6 +47,6 @@ class Gpac < Formula
|
|||
|
||||
test do
|
||||
system "#{bin}/MP4Box", "-add", test_fixtures("test.mp3"), "#{testpath}/out.mp4"
|
||||
File.exist? "#{testpath}/out.mp4"
|
||||
assert_predicate testpath/"out.mp4", :exist?
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue