Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/fs/puffs Now that atf issue #53 has been fixed, remove...



details:   https://anonhg.NetBSD.org/src/rev/6a30814145e4
branches:  trunk
changeset: 757373:6a30814145e4
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Aug 27 05:34:46 2010 +0000

description:
Now that atf issue #53 has been fixed, remove the
child-must-dies-before-parent kludge.

diffstat:

 tests/fs/puffs/t_basic.c |  10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diffs (24 lines):

diff -r 9f792e626719 -r 6a30814145e4 tests/fs/puffs/t_basic.c
--- a/tests/fs/puffs/t_basic.c  Fri Aug 27 03:05:26 2010 +0000
+++ b/tests/fs/puffs/t_basic.c  Fri Aug 27 05:34:46 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_basic.c,v 1.7 2010/07/30 16:15:06 pooka Exp $        */
+/*     $NetBSD: t_basic.c,v 1.8 2010/08/27 05:34:46 pooka Exp $        */
 
 #include <sys/types.h>
 #include <sys/mount.h>
@@ -131,14 +131,6 @@
        if (rump_sys_unmount("/mp", 0) == -1)
                atf_tc_fail_errno("unmount");
 #endif
-
-       /*
-        * XXX2: due to atf issue #53, we must make sure the child dies
-        * before we exit.
-        */
-       signal(SIGCHLD, SIG_IGN);
-       if (kill(pargs->pta_childpid, SIGTERM) == -1)
-               atf_tc_fail_errno("kill");
 }
 
 ATF_TC(root_fifo);



Home | Main Index | Thread Index | Old Index