chiark / gitweb /
New policy: Only use test_expect_failure for broken tests
[stgit] / t / t2100-pull-policy-fetch.sh
index e1398a380ee93fb95699c0014fdb6409029ee4a0..1f50069e583292cae3e4f877f344deda569f3656 100755 (executable)
@@ -65,8 +65,8 @@ test_expect_success \
     (cd clone && stg commit && stg new c2 -m c2 &&
      echo a >> file && stg refresh)
     '
-test_expect_failure \
+test_expect_success \
     'Try to  and commit a patch in clone' \
-    '(cd clone && stg pull)'
+    '(cd clone && stg pull)'
 
 test_done