From 05ec3711b232b8c37710a0dded6c5665516a59d0 Mon Sep 17 00:00:00 2001 Message-Id: <05ec3711b232b8c37710a0dded6c5665516a59d0.1746659214.git.mdw@distorted.org.uk> From: Mark Wooding Date: Thu, 23 Aug 2007 17:45:26 +0100 Subject: [PATCH] Fixed indeterminism in t2102-pull-policy-rebase MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Organization: Straylight/Edgeware From: David Kågedal Signed-off-by: David Kågedal Signed-off-by: Karl Hasselström --- t/t2102-pull-policy-rebase.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t2102-pull-policy-rebase.sh b/t/t2102-pull-policy-rebase.sh index 41f8168..670673d 100755 --- a/t/t2102-pull-policy-rebase.sh +++ b/t/t2102-pull-policy-rebase.sh @@ -10,8 +10,8 @@ test_description='Excercise pull-policy "rebase".' test_expect_success \ 'Fork stack off parent branch, and add patches to the stack' \ ' - stg init & git branch -m master parent && + stg init && stg branch --create stack && git repo-config branch.stack.stgit.pull-policy rebase && git repo-config --list && -- [mdw]