git: c9fcffff6c59 - main - cp: Fix typo in test case.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 02 Jul 2025 13:09:59 UTC
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"
}