X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/8ee4f2a84d53c2ff7be4848f4e2e4951fe3ad97d..809f4f1c1b59a01820f8d259306857cb42ef8ca8:/t/t1204-pop-keep.sh diff --git a/t/t1204-pop-keep.sh b/t/t1204-pop-keep.sh index 40cd2a2..35f4ec0 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 && - stg add patch$i.txt && + git add patch$i.txt && stg refresh done && [ "$(echo $(stg applied))" = "p0 p1 p2" ] &&