X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/blobdiff_plain/e4560d7ebac0f15ce5383f21c1c1696efc4fe66b..f9d9a06200ab37e52ac737ce9e3c050100e5aa15:/t/t4000-upgrade.sh diff --git a/t/t4000-upgrade.sh b/t/t4000-upgrade.sh index ea9bf0b..b89c720 100755 --- a/t/t4000-upgrade.sh +++ b/t/t4000-upgrade.sh @@ -14,8 +14,8 @@ for ver in 0.12 0.8; do test_expect_success \ "v$ver: Check the list of applied and unapplied patches" ' - [ "$(echo $(stg applied))" = "p0 p1 p2" ] && - [ "$(echo $(stg unapplied))" = "p3 p4" ] + [ "$(echo $(stg series --applied --noprefix))" = "p0 p1 p2" ] && + [ "$(echo $(stg series --unapplied --noprefix))" = "p3 p4" ] ' test_expect_success \