X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/1eae3bf5ef8561508d83845f27b61c7533ba3378..refs/heads/origin:/t/t1003-new.sh diff --git a/t/t1003-new.sh b/t/t1003-new.sh index 0be5d9b..826e41d 100755 --- a/t/t1003-new.sh +++ b/t/t1003-new.sh @@ -17,13 +17,13 @@ test_expect_success \ test_expect_success \ 'Create a named patch' ' stg new foo -m foobar && - [ $(stg applied -c) -eq 1 ] + [ $(stg series --applied -c) -eq 1 ] ' test_expect_success \ 'Create a patch without giving a name' ' stg new -m yo && - [ $(stg applied -c) -eq 2 ] + [ $(stg series --applied -c) -eq 2 ] ' test_done