PR 55338: re-enable threxec test for more test coverage.

This commit is contained in:
martin 2020-11-08 08:54:50 +00:00
parent 5b07d35705
commit 3a37f06f8b

View File

@ -1,4 +1,4 @@
# $NetBSD: t_exec.sh,v 1.11 2020/08/29 05:46:34 martin Exp $
# $NetBSD: t_exec.sh,v 1.12 2020/11/08 08:54:50 martin Exp $
#
# Copyright (c) 2011 The NetBSD Foundation, Inc.
# All rights reserved.
@ -135,7 +135,7 @@ threxec_head()
threxec_body()
{
atf_skip "PR 55338: triggers a scheduler bug"
# atf_skip "PR 55338: triggers a scheduler bug"
atf_check -s exit:0 rump_server ${RUMP_SERVER}
atf_check -s exit:0 $(atf_get_srcdir)/h_execthr
}