# # # patch "testsuite.lua" # from [fdd5659e8fde2cb2682361db7dc66237958728c6] # to [ace65535c8e4ff3106a8c3ba96fdb29086848dc8] # ============================================================ --- testsuite.lua fdd5659e8fde2cb2682361db7dc66237958728c6 +++ testsuite.lua ace65535c8e4ff3106a8c3ba96fdb29086848dc8 @@ -170,10 +170,6 @@ end return res == 0 end -function ssh_agent_export() - check(mt("ssh_agent_export"), 0, false, false) -end - function addfile(filename, contents, mt) if contents ~= nil then writefile(filename, contents) end if mt == nil then mt = mtn end