git: 73704144a09c - stable/15 - MAC/do: Tests: Quote the source directory
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Jun 2026 20:26:22 UTC
The branch stable/15 has been updated by olce:
URL: https://cgit.FreeBSD.org/src/commit/?id=73704144a09c0171bd1282b4e1fcc893314c7299
commit 73704144a09c0171bd1282b4e1fcc893314c7299
Author: Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2026-05-22 14:21:39 +0000
Commit: Olivier Certner <olce@FreeBSD.org>
CommitDate: 2026-06-09 20:25:52 +0000
MAC/do: Tests: Quote the source directory
In a standard test suite installation, this is not necessary, but be
bullet-proof to custom ones, however improbable.
Reviewed by: bapt
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
Pull Request: https://ron-dev.freebsd.org/FreeBSD/src/pulls/38
(cherry picked from commit 33daea3f862d7fe996602756805a92a600356f94)
---
tests/sys/mac/do/invalid_configs.sh | 2 +-
tests/sys/mac/do/valid_configs.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/sys/mac/do/invalid_configs.sh b/tests/sys/mac/do/invalid_configs.sh
index 848e2b5c9579..d1a9eb8c1e96 100644
--- a/tests/sys/mac/do/invalid_configs.sh
+++ b/tests/sys/mac/do/invalid_configs.sh
@@ -75,7 +75,7 @@ rules_wrong_separator_body()
atf_init_test_cases()
{
- . $(atf_get_srcdir)/common.sh
+ . "$(atf_get_srcdir)"/common.sh
atf_add_test_case rule_no_target_part
atf_add_test_case rule_no_match_part
diff --git a/tests/sys/mac/do/valid_configs.sh b/tests/sys/mac/do/valid_configs.sh
index 44cfd62acc6e..fc1c9a370854 100644
--- a/tests/sys/mac/do/valid_configs.sh
+++ b/tests/sys/mac/do/valid_configs.sh
@@ -120,7 +120,7 @@ gid= 1001 >gid =5"
atf_init_test_cases()
{
- . $(atf_get_srcdir)/common.sh
+ . "$(atf_get_srcdir)"/common.sh
atf_add_test_case rule_uid_to_any
atf_add_test_case rule_uid_to_uid