treefrog: fix test
The output files are in the hello subdirectory, not the testpath.
This commit is contained in:
parent
d2771ec2ff
commit
af35019824
1 changed files with 2 additions and 2 deletions
|
@ -46,9 +46,9 @@ class Treefrog < Formula
|
|||
system bin/"tspawn", "new", "hello"
|
||||
assert_predicate testpath/"hello", :exist?
|
||||
cd "hello" do
|
||||
assert_predicate testpath/"hello.pro", :exist?
|
||||
assert_predicate Pathname.pwd/"hello.pro", :exist?
|
||||
system HOMEBREW_PREFIX/"opt/qt/bin/qmake"
|
||||
assert_predicate testpath/"Makefile", :exist?
|
||||
assert_predicate Pathname.pwd/"Makefile", :exist?
|
||||
system "make"
|
||||
system bin/"treefrog", "-v"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue