From: Yann Dirson Date: Wed, 6 Jun 2007 22:01:42 +0000 (+0200) Subject: Robustify rebase test: check patches are reapplied. X-Git-Tag: v0.14.3~224 X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/commitdiff_plain/b13d080c1b6f59d78c276932f72da1971cc6fd2d Robustify rebase test: check patches are reapplied. Signed-off-by: Yann Dirson --- diff --git a/t/t2200-rebase.sh b/t/t2200-rebase.sh index 52462dd..882572c 100755 --- a/t/t2200-rebase.sh +++ b/t/t2200-rebase.sh @@ -27,7 +27,8 @@ test_expect_success \ 'Rebase to previous commit' \ ' stg rebase master~1 && - test `stg id base@stack` = `git rev-parse master~1` + test `stg id base@stack` = `git rev-parse master~1` && + test `stg applied | wc -l` = 1 ' test_done