X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/ea5b7bf3533205be4268d8e7d79198344161c819..27b0f9e4669780e65afce41e64c713c8c6f4e196:/t/t2101-pull-policy-pull.sh diff --git a/t/t2101-pull-policy-pull.sh b/t/t2101-pull-policy-pull.sh index b4521f0..ce4b5c8 100755 --- a/t/t2101-pull-policy-pull.sh +++ b/t/t2101-pull-policy-pull.sh @@ -19,8 +19,8 @@ test_expect_success \ (cd upstream && stg init) && stg clone upstream clone && (cd clone && - git repo-config branch.master.stgit.pull-policy pull && - git repo-config --list && + git config branch.master.stgit.pull-policy pull && + git config --list && stg new c1 -m c1 && echo a > file && git add file && stg refresh )