/*
** Copyright (c) 2007 Sendmail, Inc. and its suppliers.
** All rights reserved.
*/
#ifndef lint
static char t_cleanup_c_id[] = "@(#)$Id: t-cleanup.c,v 1.2 2007/05/02 02:38:19 msk Exp $";
#endif /* !lint */
/* system includes */
#include <assert.h>
#include <unistd.h>
/* libdkim includes */
#include "t-testdata.h"
/*
** MAIN -- program mainline
**
** Parameters:
** The usual.
**
** Return value:
** Exit status.
*/
int
main(int argc, char **argv)
{
assert(unlink(KEYFILE) == 0);
return 0;
}
syntax highlighted by Code2HTML, v. 0.9.1