aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2022-03-04 03:48:21 +0000
committerKyle Evans <kevans@FreeBSD.org>2022-03-04 03:51:40 +0000
commit0e73b834f32224e3652f61e598c19f572a20cca3 (patch)
tree25101d44f39834fd6fde22c4283c0f9d2690ecfd
parent56070dd2e4df70e4de2a10c7ace684ceb8b0f0bd (diff)
downloadsrc-0e73b834f32224e3652f61e598c19f572a20cca3.tar.gz
src-0e73b834f32224e3652f61e598c19f572a20cca3.zip
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.
-rwxr-xr-xusr.bin/stat/tests/readlink_test.sh2
1 files changed, 1 insertions, 1 deletions
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 " \