diff --git a/Formula/p0f.rb b/Formula/p0f.rb index fd4bce1965..06cff4c2f6 100644 --- a/Formula/p0f.rb +++ b/Formula/p0f.rb @@ -19,6 +19,6 @@ class P0f < Formula 'RAAAAAIAAABFAABAbvpAAEAGAAB/AAABfwAAAcv8Iyjt2/Pg' \ 'AAAAALAC///+NAAAAgQ/2AEDAwQBAQgKCyrc9wAAAAAEAgAA' (testpath / 'test.pcap').write(Base64.decode64(pcap)) - system "#{sbin}/p0f", '-r', "#{testpath}/test.pcap" + system "#{sbin}/p0f", '-r', 'test.pcap' end end