X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/25f9adc0063a5b34965205d9e9e1abc766650a68..dbb0cf2c1d46199f8a4cc5e1b52b9a24494f794e:/t/t2100-pull-policy-fetch.sh 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 )