New policy: Only use test_expect_failure for broken tests
[stgit] / t / t1202-push-undo.sh
index 45dabb4..039103a 100755 (executable)
@@ -40,16 +40,15 @@ test_expect_success \
        stg pop --all
        '
 
-test_expect_failure \
+test_expect_success \
        'Push the second patch with conflict' \
        '
-       stg push bar
+       stg push bar
        '
 
 test_expect_success \
        'Undo the previous push' \
        '
-       stg status --reset &&
        stg push --undo
        '