/*
* Copyright (c) 2000-2002 Sendmail, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
* forth in the LICENSE file which can be found at the top level of
* the sendmail distribution.
*/
#pragma ident "%Z%%M% %I% %E% SMI"
#include <fcntl.h>
/* ARGSUSED0 */
int
int argc;
char *argv[];
{
int m, r;
{
SM_TEST(r == 0);
SM_TEST(m == SM_IO_WRONLY);
}
return sm_test_end();
}