Bug 1909 - spamd make test warning
Summary: spamd make test warning
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Regression Tests (show other bugs)
Version: SVN Trunk (Latest Devel Version)
Hardware: Other other
: P5 normal
Target Milestone: 2.60
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-13 12:52 UTC by Daniel Quinlan
Modified: 2003-05-18 09:35 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Quinlan 2003-05-13 12:52:17 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
Comment 1 Theo Van Dinter 2003-05-15 10:28:50 UTC
are you still getting this with the latest cvs?

I thought I fixed that on monday.
Comment 2 Theo Van Dinter 2003-05-15 13:17:54 UTC
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.
Comment 3 Theo Van Dinter 2003-05-15 13:33:07 UTC
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.
Comment 4 Theo Van Dinter 2003-05-18 17:35:03 UTC
fixed. :)