Deleted Added
full compact
2c2
< * Copyright (c) 2000-2001 Sendmail, Inc. and its suppliers.
---
> * Copyright (c) 2000-2002 Sendmail, Inc. and its suppliers.
11c11
< SM_IDSTR(id, "@(#)$Id: t-fopen.c,v 1.8 2001/09/11 04:04:49 gshapiro Exp $")
---
> SM_IDSTR(id, "@(#)$Id: t-fopen.c,v 1.9 2002/02/06 23:57:45 ca Exp $")
22a23
> int m, r;
30a32,34
> r = sm_io_getinfo(out, SM_IO_WHAT_MODE, &m);
> SM_TEST(r == 0);
> SM_TEST(m == SM_IO_WRONLY);