chiark / gitweb /
Make Series.refresh_patch automatically save the undo information
[stgit] / t / t1202-push-undo.sh
index 039103aec01229ee6da57d1a53a88ad59a175212..51ae138dea4d603e1be9dbd587da772b8aeb5054 100755 (executable)
@@ -52,4 +52,10 @@ test_expect_success \
        stg push --undo
        '
 
+test_expect_success \
+       'Check the push after undo fails as well' \
+       '
+       ! stg push bar
+       '
+
 test_done