X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/943b9c1a483467ffa317f729a1b7408b52b0b218..e27cf297f92b3714e89b51f60335dabe4a661f8e:/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