2 * Copyright (c) 2000-2001 Sendmail, Inc. and its suppliers.
5 * By using this file, you agree to the terms and conditions set
6 * forth in the LICENSE file which can be found at the top level of
7 * the sendmail distribution.
10 #pragma ident "%Z%%M% %I% %E% SMI"
13 SM_IDSTR(id
, "@(#)$Id: t-path.c,v 1.6 2001/07/05 22:47:29 gshapiro Exp $")
26 sm_test_begin(argc
, argv
, "test path handling");
28 SM_TEST(sm_path_isdevnull(SM_PATH_DEVNULL
));
30 SM_TEST(sm_path_isdevnull(r
));
32 SM_TEST(!sm_path_isdevnull(r
));
34 SM_TEST(!sm_path_isdevnull(r
));