New policy: Only use test_expect_failure for broken tests
[stgit] / t / t1002-branch-clone.sh
index 1d7fc39..b0087e9 100755 (executable)
@@ -18,10 +18,10 @@ test_expect_success \
     git commit -a -m bar
     '
 
-test_expect_failure \
+test_expect_success \
     'Try to create a patch in a GIT branch' \
     '
-    stg new p0 -m "p0"
+    stg new p0 -m "p0"
     '
 
 test_expect_success \