From: David Kågedal Date: Thu, 23 Aug 2007 16:45:26 +0000 (+0100) Subject: Fixed indeterminism in t2102-pull-policy-rebase X-Git-Tag: v0.14~120 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/05ec3711b232b8c37710a0dded6c5665516a59d0?ds=sidebyside Fixed indeterminism in t2102-pull-policy-rebase Signed-off-by: David Kågedal Signed-off-by: Karl Hasselström --- 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 &&