X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/751c890baeb20118bcdea0b735c85995b7f588fa..7cb253c05b509510177a1df4d5813861641968f6:/t/t2100-pull-policy-fetch.sh?ds=sidebyside diff --git a/t/t2100-pull-policy-fetch.sh b/t/t2100-pull-policy-fetch.sh index 28901b1..07435f5 100755 --- a/t/t2100-pull-policy-fetch.sh +++ b/t/t2100-pull-policy-fetch.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 fetch-rebase && - git repo-config --list && + git config branch.master.stgit.pull-policy fetch-rebase && + git config --list && stg new c1 -m c1 && echo a > file && stg add file && stg refresh )