From 0e73b834f32224e3652f61e598c19f572a20cca3 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Thu, 3 Mar 2022 21:48:21 -0600 Subject: [PATCH] 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 " \