X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/48c930db6aaa1559f0d25030c0a9691170fe715c..2171eff37c64813683355542bd6e5947c7e53bcd:/t/t2200-rebase.sh diff --git a/t/t2200-rebase.sh b/t/t2200-rebase.sh index 256eaaa..adbf242 100755 --- a/t/t2200-rebase.sh +++ b/t/t2200-rebase.sh @@ -28,7 +28,7 @@ test_expect_success \ ' stg rebase master~1 && test `stg id stack:{base}` = `git rev-parse master~1` && - test `stg applied | wc -l` = 1 + test `stg series --applied -c` = 1 ' test_expect_success \ @@ -40,7 +40,7 @@ test_expect_success \ test_expect_success \ 'Check patches were re-applied' \ ' - test $(stg applied | wc -l) = 1 + test $(stg series --applied -c) = 1 ' test_done