Don't use test_expect_failure for tests that are supposed to work
[stgit] / t / t1200-push-modified.sh
index 0e408d0..cfec696 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
      )
 "