Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jun 2021 15:24:10 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: e76098b5c372 - stable/12 - Fix test case header function name
Message-ID:  <202106101524.15AFOAJE004375@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/src/commit/?id=e76098b5c372f78a70b763021e9ea22d860ecc6a

commit e76098b5c372f78a70b763021e9ea22d860ecc6a
Author:     Math Ieu <sigsys@gmail.com>
AuthorDate: 2021-06-02 04:09:55 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-06-10 15:22:42 +0000

    Fix test case header function name
    
    This restores the expected behavior (skip) when running with non-root user
    
    MFC after:      3 days
    Differential Revision:  https://reviews.freebsd.org/D30584
    
    (cherry picked from commit 847b7d505490ae407a5c876e14e7788a4add7737)
---
 usr.sbin/jail/tests/jail_basic_test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/jail/tests/jail_basic_test.sh b/usr.sbin/jail/tests/jail_basic_test.sh
index f9d52cf8a780..ba691cb9b05a 100755
--- a/usr.sbin/jail/tests/jail_basic_test.sh
+++ b/usr.sbin/jail/tests/jail_basic_test.sh
@@ -99,7 +99,7 @@ nested_cleanup()
 	jail -r basejail_nochild
 }
 
-commands_header()
+commands_head()
 {
 	atf_set descr 'Commands jail test'
 	atf_set require.user root



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106101524.15AFOAJE004375>