Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/tests/fs/nfs/t_mountd.c,v rcsdiff: /ftp/cvs/cvsroot/src/tests/fs/nfs/t_mountd.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- src/tests/fs/nfs/t_mountd.c 2010/08/01 15:38:27 1.2 +++ src/tests/fs/nfs/t_mountd.c 2010/11/07 17:51:18 1.3 @@ -1,4 +1,4 @@ -/* $NetBSD: t_mountd.c,v 1.2 2010/08/01 15:38:27 pooka Exp $ */ +/* $NetBSD: t_mountd.c,v 1.3 2010/11/07 17:51:18 jmmv Exp $ */ /*- * Copyright (c) 2010 The NetBSD Foundation, Inc. @@ -49,7 +49,6 @@ ATF_TC_HEAD(mountdhup, tc) atf_tc_set_md_var(tc, "descr", "test for service interrupt while " "mountd handles SIGHUP"); - atf_tc_set_md_var(tc, "use.fs", "true"); } static volatile int quit;