chiark / gitweb /
Remove the --force flag to "stg rebase" and "stg pull"
[stgit] / t / t2100-pull-policy-fetch.sh
index 1f50069e583292cae3e4f877f344deda569f3656..28901b1d819b35be0647c33da162d8fd01b00826 100755 (executable)
@@ -55,18 +55,4 @@ test_expect_success \
     test `wc -l <clone/file2` = 3
     '
 
-# this one exercises the guard against commits
-# (use a new file to avoid mistaking a conflict for a success)
-test_expect_success \
-    'New upstream commit and commit a patch in clone' \
-    '
-    (cd upstream && stg new u2 -m u2 &&
-     echo a > 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