chiark / gitweb /
New policy: Only use test_expect_failure for broken tests
[stgit] / t / t1001-branch-rename.sh
index 285440f00365be8486218f4d75e12f6125a8ce20..dd121326417434b127fd5a265d429f10670494dc 100755 (executable)
@@ -17,9 +17,9 @@ test_expect_success \
      stg new p1 -m "p1"
 '
 
-test_expect_failure \
+test_expect_success \
     'Rename the current stgit branch' \
-    'stg branch -r foo bar
+    'stg branch -r foo bar
 '
 
 test_expect_success \