X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/blobdiff_plain/d9d460a1eef90a883584d07b840f89ccdd332d45..751c890baeb20118bcdea0b735c85995b7f588fa:/t/t2100-pull-policy-fetch.sh diff --git a/t/t2100-pull-policy-fetch.sh b/t/t2100-pull-policy-fetch.sh index 1f50069..28901b1 100755 --- a/t/t2100-pull-policy-fetch.sh +++ b/t/t2100-pull-policy-fetch.sh @@ -55,18 +55,4 @@ test_expect_success \ test `wc -l file3 && stg add file3 && stg refresh) && - (cd clone && stg commit && stg new c2 -m c2 && - echo a >> file && stg refresh) - ' -test_expect_success \ - 'Try to and commit a patch in clone' \ - '(cd clone && ! stg pull)' - test_done