X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/05ec3711b232b8c37710a0dded6c5665516a59d0..b029e3cca0ccda94c9256a4b86efc8d679235a1d:/t/t2102-pull-policy-rebase.sh diff --git a/t/t2102-pull-policy-rebase.sh b/t/t2102-pull-policy-rebase.sh index 670673d..ce2e32f 100755 --- a/t/t2102-pull-policy-rebase.sh +++ b/t/t2102-pull-policy-rebase.sh @@ -36,28 +36,4 @@ test_expect_success \ test `wc -l file3 && stg add file3 && stg refresh && - stg branch stack && stg commit && stg new c2 -m c2 && - echo a >> file && stg refresh - ' -test_expect_failure \ - 'Try to pull/rebase now that stack base has moved' \ - 'stg pull' - -test_expect_success \ - 'Force the pull/rebase, but do not push yet' \ - 'stg pull --force --nopush' -test_expect_failure \ - '...check we lost the committed patch' \ - 'test -e file' -test_expect_failure \ - '...and check we get a conflict while pushing' \ - 'stg push' - test_done