X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/blobdiff_plain/e4560d7ebac0f15ce5383f21c1c1696efc4fe66b..f9d9a06200ab37e52ac737ce9e3c050100e5aa15:/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