tests: stderr output contains cp noise

closes #7811
This commit is contained in:
Justin M. Keyes
2018-01-05 10:54:29 +01:00
parent 7c4bb23ff3
commit b616ef9b22

View File

@@ -37,7 +37,6 @@ local function add_argv(...)
end
local clear = function()
os.execute('cp ' .. tmpname .. ' /tmp/test.shada')
os.remove(tmpname)
append_argv = nil
end