diff --git a/Formula/nss.rb b/Formula/nss.rb index 112aa4dfff2..5b955d8d395 100644 --- a/Formula/nss.rb +++ b/Formula/nss.rb @@ -55,13 +55,11 @@ class Nss < Formula (lib+'pkgconfig/nss.pc').write pkg_file end - def test + test do # See: http://www.mozilla.org/projects/security/pki/nss/tools/certutil.html - mktemp do - File.open('passwd', 'w') {|f| f.write("It's a secret to everyone.") } - system "#{bin}/certutil", "-N", "-d", pwd, "-f", "passwd" - system "#{bin}/certutil", "-L", "-d", pwd - end + File.open('passwd', 'w') {|f| f.write("It's a secret to everyone.") } + system "#{bin}/certutil", "-N", "-d", pwd, "-f", "passwd" + system "#{bin}/certutil", "-L", "-d", pwd end def pkg_file; <<-EOF