X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/9ba661f6f88125c177c2bfb33c2ad373adccdc98..b5f9ac877269649808ffa1c392ce5b35e31324f3:/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"