summaryrefslogtreecommitdiff
path: root/unittests/config.cpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2025-08-16 16:04:21 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2025-08-16 16:25:54 +0100
commit2309367eb43cedd768da3f0ade7fcd9aeeff10e1 (patch)
tree491d9e3d521b756431307a673f637debaa20ba21 /unittests/config.cpp
parentDon't define a default toolset, use the system/project one (diff)
downloadnetfs-gitfs-2309367eb43cedd768da3f0ade7fcd9aeeff10e1.tar.bz2
netfs-gitfs-2309367eb43cedd768da3f0ade7fcd9aeeff10e1.tar.xz
netfs-gitfs-2309367eb43cedd768da3f0ade7fcd9aeeff10e1.zip
Update branch names from master to main
Diffstat (limited to 'unittests/config.cpp')
-rw-r--r--unittests/config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/config.cpp b/unittests/config.cpp
index f6a914e..b84304b 100644
--- a/unittests/config.cpp
+++ b/unittests/config.cpp
@@ -42,7 +42,7 @@ const auto DIRS = btdata::make({"/", "/src", "/unittests/fixtures"});
const auto FILES = btdata::make({"/Jamroot.jam", "/src/repo.cpp", "/unittests/fixtures/executable"});
const auto LINKS = btdata::make({"/unittests/fixtures/symlink"});
const auto COMMITISHS
- = btdata::make({"", "master", "origin/master", "testcommit", "7a0ccb40084c3ab31d9856e7f689c0514c28c930"});
+ = btdata::make({"", "main", "origin/main", "testcommit", "7a0ccb40084c3ab31d9856e7f689c0514c28c930"});
BOOST_DATA_TEST_CASE(uid_gid_override_getattr, USERS * GROUPS *(DIRS + FILES + LINKS), uid, gid, path)
{