Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Mar 2022 21:22:50 GMT
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 35de1e66c55c - stable/13 - tests: readlink: fix atf_test_case call [NFC]
Message-ID:  <202203092122.229LMowS003384@gitrepo.freebsd.org>

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

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

commit 35de1e66c55c2c412fc7319f1857a15dc00edb8f
Author:     Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2022-03-04 03:48:21 +0000
Commit:     Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2022-03-09 21:22:05 +0000

    tests: readlink: fix atf_test_case call [NFC]
    
    This was meant to read `basic`, rather than a duplicate of `f_flag`.  It
    is largely irrelevant, though, as atf_test_case mostly just makes
    sure that the proper functions are defined.
    
    (cherry picked from commit 0e73b834f32224e3652f61e598c19f572a20cca3)
---
 usr.bin/stat/tests/readlink_test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.bin/stat/tests/readlink_test.sh b/usr.bin/stat/tests/readlink_test.sh
index 8e5deb173653..19f6fd1b50ae 100755
--- a/usr.bin/stat/tests/readlink_test.sh
+++ b/usr.bin/stat/tests/readlink_test.sh
@@ -25,7 +25,7 @@
 #
 # $FreeBSD$
 
-atf_test_case f_flag
+atf_test_case basic
 basic_head()
 {
 	atf_set	"descr" "Verify that calling readlink without any flags " \



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