From b599757873d5f05e82647287dfd1387f2426e5c5 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Wed, 7 Nov 2012 15:51:01 +0000 Subject: tests: Use test: URL prefix instead of baserock: throughout Some tests already used test: and in order to be able to share the scripts/setup-3rd-party-strata script they need to all use the same prefix. Using baserock: implies that we are using real code from Baserock, so I picked test: because the tests only ever use mock morphologies and no real code. --- tests.branching/edit-handles-submodules.setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests.branching/edit-handles-submodules.setup') diff --git a/tests.branching/edit-handles-submodules.setup b/tests.branching/edit-handles-submodules.setup index 1b3f3198..cb61ad66 100755 --- a/tests.branching/edit-handles-submodules.setup +++ b/tests.branching/edit-handles-submodules.setup @@ -34,7 +34,7 @@ git commit -m "Use Foolib submodule" cat < "$DATADIR/hello/.gitmodules" [submodule "foolib"] path = foolib - url = baserock:foolib + url = test:foolib EOF git add .gitmodules -git commit -m "Use Foolib from baserock: prefix" +git commit -m "Use Foolib from test: prefix" -- cgit v1.2.1