X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/f7ed76a9b6158888e8efe2faef9c095802fd93fe..0f4eba6a37c1a5454560b097873e5a22bfcde908:/t/t1400-patch-history.sh diff --git a/t/t1400-patch-history.sh b/t/t1400-patch-history.sh index cabd5e8..34162f4 100755 --- a/t/t1400-patch-history.sh +++ b/t/t1400-patch-history.sh @@ -69,8 +69,19 @@ test_expect_success \ ' test_expect_success \ + 'Check the "push(c)" log' \ + ' + echo bar > test && stg refresh && + stg pop && + echo foo > test && stg refresh && + ! stg push && + stg log | grep -q -e "^push(c) " + ' + +test_expect_success \ 'Check the push "undo" log' \ ' + stg status --reset && stg push --undo && stg log bar | grep -q -e "^undo " '