X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/eda45dbaabfc0b9991bb7626eddaacfa797048a5..d6e17ce04e5b6e766bec35f7c7e56d1b5139b307:/t/t3400-pick.sh diff --git a/t/t3400-pick.sh b/t/t3400-pick.sh index 3bd5c4f..6e92de3 100755 --- a/t/t3400-pick.sh +++ b/t/t3400-pick.sh @@ -39,9 +39,9 @@ test_expect_success \ ' test_expect_success \ - 'Pick --fold --reverse local patch' \ + 'Pick --fold --revert local patch' \ ' - stg pick --fold --reverse D && + stg pick --fold --revert D && stg refresh && stg clean && test "$(echo $(stg series --applied --noprefix))" = "A B C" && test "$(echo $(stg series --unapplied --noprefix))" = "D"