Added test of -d option to sysctl
This commit is contained in:
parent
23dad8ce7a
commit
65aa7f14df
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: t_sysctl.sh,v 1.1 2012/04/10 02:39:33 jruoho Exp $
|
||||
# $NetBSD: t_sysctl.sh,v 1.2 2014/05/16 18:50:28 palle Exp $
|
||||
#
|
||||
# Copyright (c) 2012 The NetBSD Foundation, Inc.
|
||||
# All rights reserved.
|
||||
|
@ -36,6 +36,7 @@ basic_head() {
|
|||
basic_body() {
|
||||
|
||||
atf_check -s exit:0 -o ignore -e empty -x "sysctl -a"
|
||||
atf_check -s exit:0 -o ignore -e empty -x "sysctl -d"
|
||||
}
|
||||
|
||||
atf_init_test_cases() {
|
||||
|
|
Loading…
Reference in New Issue