diff options
Diffstat (limited to 'Library/Formula/ccal.rb')
| -rw-r--r-- | Library/Formula/ccal.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/ccal.rb b/Library/Formula/ccal.rb index 03472d3af..9c3fd9317 100644 --- a/Library/Formula/ccal.rb +++ b/Library/Formula/ccal.rb @@ -11,8 +11,7 @@ class Ccal < Formula end test do - output = `#{bin}/ccal 2 2014` + output = shell_output("#{bin}/ccal 2 2014") assert output.include?("Year JiaWu, Month 1X") - assert_equal 0, $?.exitstatus end end |
