git: 0e73b834f322 - main - tests: readlink: fix atf_test_case call [NFC]
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 04 Mar 2022 03:52:06 UTC
The branch main has been updated by kevans:
URL: https://cgit.FreeBSD.org/src/commit/?id=0e73b834f32224e3652f61e598c19f572a20cca3
commit 0e73b834f32224e3652f61e598c19f572a20cca3
Author: Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2022-03-04 03:48:21 +0000
Commit: Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2022-03-04 03:51:40 +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.
Sponsored by: Klara, Inc.
---
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 " \