aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/agedu.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/agedu.rb b/Library/Formula/agedu.rb
index 1d9d74925..5cf017624 100644
--- a/Library/Formula/agedu.rb
+++ b/Library/Formula/agedu.rb
@@ -14,6 +14,6 @@ class Agedu < Formula
test do
system "#{bin}/agedu", "-s", "."
- File.exist? "agedu.dat"
+ assert File.exist?("agedu.dat")
end
end