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. --- .../show-system-branch-fails-when-branch-is-ambiguous.script | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests.branching/show-system-branch-fails-when-branch-is-ambiguous.script') diff --git a/tests.branching/show-system-branch-fails-when-branch-is-ambiguous.script b/tests.branching/show-system-branch-fails-when-branch-is-ambiguous.script index 2383deb9..58143526 100755 --- a/tests.branching/show-system-branch-fails-when-branch-is-ambiguous.script +++ b/tests.branching/show-system-branch-fails-when-branch-is-ambiguous.script @@ -24,8 +24,8 @@ set -eu # Create a workspace and two system branches cd "$DATADIR/workspace" "$SRCDIR/scripts/test-morph" init -"$SRCDIR/scripts/test-morph" branch baserock:morphs first/branch -"$SRCDIR/scripts/test-morph" branch baserock:morphs second/branch +"$SRCDIR/scripts/test-morph" branch test:morphs first/branch +"$SRCDIR/scripts/test-morph" branch test:morphs second/branch # Try to find out the branch from the workspace directory. cd "$DATADIR/workspace" -- cgit v1.2.1