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.
11 SM_IDSTR(id
, "@(#)$Id: t-path.c,v 1.8 2001/09/11 04:04:49 gshapiro Exp $")
24 sm_test_begin(argc
, argv
, "test path handling");
26 SM_TEST(sm_path_isdevnull(SM_PATH_DEVNULL
));
28 SM_TEST(sm_path_isdevnull(r
));
30 SM_TEST(!sm_path_isdevnull(r
));
32 SM_TEST(!sm_path_isdevnull(r
));