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.
This commit is contained in:
Kyle Evans 2022-03-03 21:48:21 -06:00
parent 56070dd2e4
commit 0e73b834f3

View file

@ -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 " \