Date: Wed, 2 Jul 2025 13:09:59 GMT From: Dag-Erling =?utf-8?Q?Sm=C3=B8rgrav?= <des@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: c9fcffff6c59 - main - cp: Fix typo in test case. Message-ID: <202507021309.562D9xIL053044@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=c9fcffff6c596b56484ce58b89850c5fef45acdc commit c9fcffff6c596b56484ce58b89850c5fef45acdc Author: Dag-Erling Smørgrav <des@FreeBSD.org> AuthorDate: 2025-07-02 13:09:04 +0000 Commit: Dag-Erling Smørgrav <des@FreeBSD.org> CommitDate: 2025-07-02 13:09:04 +0000 cp: Fix typo in test case. Fixes: eb439266b433 Sponsored by: Klara, Inc. --- bin/cp/tests/cp_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cp/tests/cp_test.sh b/bin/cp/tests/cp_test.sh index 64f917bf9c5f..1d2cd4292459 100755 --- a/bin/cp/tests/cp_test.sh +++ b/bin/cp/tests/cp_test.sh @@ -667,7 +667,7 @@ unrdir_body() } atf_test_case unrfile -unrdir_head() +unrfile_head() { atf_set "descr" "Test handling of unreadable files" }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202507021309.562D9xIL053044>