X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/9060d4205a9093a8f3c8ff958eff4c64107077cc..83327d53158a41c82511de8c37386c6f389e2295:/t/t1003-new.sh diff --git a/t/t1003-new.sh b/t/t1003-new.sh old mode 100644 new mode 100755 index 0be5d9b..826e41d --- 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