Added test of -d option to sysctl

This commit is contained in:
palle 2014-05-16 18:50:28 +00:00
parent 23dad8ce7a
commit 65aa7f14df
1 changed files with 2 additions and 1 deletions

View File

@ -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() {