chiark / gitweb /
Don't use test_expect_failure for tests that are supposed to work
[stgit] / t / t1000-branch-create.sh
index fa51a2487761e272ca4034c9de751edb385df701..d6cf34a84b22286b76f3fc44b14b2a3360d7899e 100755 (executable)
@@ -71,9 +71,9 @@ test_expect_success \
     touch a.o
 '
 
-test_expect_failure \
+test_expect_success \
     'Create branch down the stack, behind the conflict caused by the generated file' '
-    stg branch --create bar master^
+    stg branch --create bar master^
 '
 
 test_expect_success \