X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/cb68860194290ad4eb6a2baa65a53a756ad98b7b..b6586079958a36632a2773e1aacce15bbf431a77:/t/t1202-push-undo.sh diff --git a/t/t1202-push-undo.sh b/t/t1202-push-undo.sh index 51ae138..edfa710 100755 --- a/t/t1202-push-undo.sh +++ b/t/t1202-push-undo.sh @@ -58,4 +58,13 @@ test_expect_success \ ! stg push bar ' +test_expect_success \ + 'Undo with disappeared newborn' \ + ' + touch newfile && + stg add newfile && + rm newfile && + stg push --undo + ' + test_done