X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/850c3a89476ba8608b2deeba109fa7def2607655..022a3664de84fc5cb6b94abb7ae1f27276c88ccf:/t/t1202-push-undo.sh diff --git a/t/t1202-push-undo.sh b/t/t1202-push-undo.sh index 544fe8d..79439de 100755 --- a/t/t1202-push-undo.sh +++ b/t/t1202-push-undo.sh @@ -3,10 +3,10 @@ # Copyright (c) 2006 Catalin Marinas # -test_description='Exercise push --undo with missing files. +test_description='Exercise stg undo with push of missing files. Test the case where a patch fails to be pushed because it modifies a -missing file. The "push --undo" command has to be able to revert it. +missing file. The "stg undo" command has to be able to revert it. ' . ./test-lib.sh @@ -49,7 +49,7 @@ test_expect_success \ test_expect_success \ 'Undo the previous push' \ ' - stg push --undo + stg undo --hard ' test_expect_success \ @@ -64,7 +64,7 @@ test_expect_success \ touch newfile && git add newfile && rm newfile && - stg push --undo + stg undo --hard ' test_done