chiark / gitweb /
New policy: Only use test_expect_failure for broken tests
[stgit] / t / t1200-push-modified.sh
index 0e408d07888f12f309b5635b388b18333e9b1590..cfec6960a29fba3793fdd1d57f2923893bfcab2c 100755 (executable)
@@ -47,9 +47,9 @@ test_expect_success \
      )
 "
 
-test_expect_failure \
+test_expect_success \
     'Attempt to push the first of those patches without --merged' \
-    "(cd bar && stg push
+    "(cd bar && stg push
      )
 "