aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ceylon.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/ceylon.rb')
-rw-r--r--Library/Formula/ceylon.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ceylon.rb b/Library/Formula/ceylon.rb
index ad8440753..9dd52d0cd 100644
--- a/Library/Formula/ceylon.rb
+++ b/Library/Formula/ceylon.rb
@@ -17,7 +17,7 @@ class Ceylon < Formula
end
def test
- Dir.chdir "#{libexec}/samples/helloworld" do
+ cd "#{libexec}/samples/helloworld" do
system "#{bin}/ceylonc", "com.acme.helloworld"
system "#{bin}/ceylond", "-private", "com.acme.helloworld"
system "#{bin}/ceylon", "com.acme.helloworld/1.0.0", "John"