]> xenbits.xensource.com Git - people/royger/freebsd.git/commitdiff
tests: readlink: fix atf_test_case call [NFC]
authorKyle Evans <kevans@FreeBSD.org>
Fri, 4 Mar 2022 03:48:21 +0000 (21:48 -0600)
committerKyle Evans <kevans@FreeBSD.org>
Wed, 9 Mar 2022 21:22:05 +0000 (15:22 -0600)
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)

usr.bin/stat/tests/readlink_test.sh

index 8e5deb173653e23402fbb016490c5114c3e6ba89..19f6fd1b50ae8f272b4cf94e8cff4f57d5e53eb2 100755 (executable)
@@ -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 " \