aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/zpaq.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/zpaq.rb b/Library/Formula/zpaq.rb
index 96eddc6c5..3fab88d3f 100644
--- a/Library/Formula/zpaq.rb
+++ b/Library/Formula/zpaq.rb
@@ -21,6 +21,6 @@ class Zpaq < Formula
zpaq = bin/"zpaq"
system zpaq, "a", archive, "#{include}/libzpaq.h"
system zpaq, "t", archive
- archive.read(4) == "7kSt"
+ assert_equal "7kSt", archive.read(4)
end
end