SA Bugzilla – Bug 1909
spamd make test warning
Last modified: 2003-05-18 09:35:03 UTC
t/spamd_protocol_10.Argument "SEEK_SET" isn't numeric in seek at t/spamd_protocol_10.t line 37. t/spamd_protocol_10.ok
are you still getting this with the latest cvs? I thought I fixed that on monday.
hmmm. nope: t/spamd_protocol_10.Argument "SEEK_SET" isn't numeric in seek at t/spamd_protocol_10.t line 37. t/spamd_protocol_10.ok :( It looks like when I made the change on monday to fix the socket issue, it broke the seek. I hate when that happens. I checked in a fix so both the seek and the socket should work (it works for me). Let me know what you think.
damn it. the problem went away when I ran it directly, but "make test" still failed. I just checked in a new fix which works in both situations.
fixed. :)