===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ruby-jsonpath-1.0.5/test/test_jsonpath_bin.rb-19-    File.open('/tmp/test.json', 'w') { |f| f << '{"test": "time"}' }
ruby-jsonpath-1.0.5/test/test_jsonpath_bin.rb:20:    assert_equal '["time"]', `#{@runner} '$.test' /tmp/test.json`.strip
ruby-jsonpath-1.0.5/test/test_jsonpath_bin.rb-21-  end
##############################################
ruby-jsonpath-1.0.5/.pc/remove-phocus.patch/test/test_jsonpath_bin.rb-20-    File.open('/tmp/test.json', 'w') { |f| f << '{"test": "time"}' }
ruby-jsonpath-1.0.5/.pc/remove-phocus.patch/test/test_jsonpath_bin.rb:21:    assert_equal '["time"]', `#{@runner} '$.test' /tmp/test.json`.strip
ruby-jsonpath-1.0.5/.pc/remove-phocus.patch/test/test_jsonpath_bin.rb-22-  end