X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/ddca05489313c16e5a0386d26d52568113f8ec46..de8efe1efc4a495eca0614aa9f6c1910d5838f99:/t/t1204-pop-keep.sh?ds=sidebyside diff --git a/t/t1204-pop-keep.sh b/t/t1204-pop-keep.sh index db473f2..ee5d058 100755 --- a/t/t1204-pop-keep.sh +++ b/t/t1204-pop-keep.sh @@ -8,7 +8,7 @@ test_expect_success 'Create a few patches' ' for i in 0 1 2; do stg new p$i -m p$i && echo "patch$i" >> patch$i.txt && - git add patch$i.txt && + stg add patch$i.txt && stg refresh done && [ "$(echo $(stg series --applied --noprefix))" = "p0 p1 p2" ] &&