Source-Changes-HG archive

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

[src/trunk]: src/tests/sbin/sysctl Add one missing cleanup routine declaration.



details:   https://anonhg.NetBSD.org/src/rev/bfece309172b
branches:  trunk
changeset: 764862:bfece309172b
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Mon May 09 17:55:37 2011 +0000

description:
Add one missing cleanup routine declaration.

diffstat:

 tests/sbin/sysctl/t_perm.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r c31e533c339b -r bfece309172b tests/sbin/sysctl/t_perm.sh
--- a/tests/sbin/sysctl/t_perm.sh       Mon May 09 17:53:54 2011 +0000
+++ b/tests/sbin/sysctl/t_perm.sh       Mon May 09 17:55:37 2011 +0000
@@ -1,6 +1,6 @@
 #! /usr/bin/atf-sh
 #
-# $NetBSD: t_perm.sh,v 1.1 2011/05/09 17:53:54 jruoho Exp $
+# $NetBSD: t_perm.sh,v 1.2 2011/05/09 17:55:37 jruoho Exp $
 #
 # Copyright (c) 2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -100,7 +100,7 @@
 
 # kern.
 #
-atf_test_case sysctl_kern #cleanup
+atf_test_case sysctl_kern cleanup
 sysctl_kern_head() {
        atf_set "require.user" "unprivileged"
        atf_set "descr" "Test writing to 'kern' sysctl node as an user"



Home | Main Index | Thread Index | Old Index