X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/blobdiff_plain/e4560d7ebac0f15ce5383f21c1c1696efc4fe66b..f9d9a06200ab37e52ac737ce9e3c050100e5aa15:/t/t1205-push-subdir.sh?ds=sidebyside diff --git a/t/t1205-push-subdir.sh b/t/t1205-push-subdir.sh index 945eb74..f852762 100755 --- a/t/t1205-push-subdir.sh +++ b/t/t1205-push-subdir.sh @@ -12,8 +12,8 @@ test_expect_success 'Create some patches' ' git add x.txt foo/y.txt && stg refresh done && - [ "$(echo $(stg applied))" = "p0 p1 p2" ] && - [ "$(echo $(stg unapplied))" = "" ] + [ "$(echo $(stg series --applied --noprefix))" = "p0 p1 p2" ] && + [ "$(echo $(stg series --unapplied --noprefix))" = "" ] ' test_expect_success 'Fast-forward push from a subdir' '