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-09 21:22:05 +0000
commit35de1e66c55c2c412fc7319f1857a15dc00edb8f (patch)
tree2983db952186521de17be39eaed30be5dfddbdf5
parent44eb8cfdc69bb31f11293a8d4f6f36b608887b64 (diff)
downloadsrc-35de1e66c55c2c412fc7319f1857a15dc00edb8f.tar.gz
src-35de1e66c55c2c412fc7319f1857a15dc00edb8f.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. (cherry picked from commit 0e73b834f32224e3652f61e598c19f572a20cca3)
-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 " \