X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/785552feb825d6ff07c20f981ad00991f13f471e..ea5b7bf3533205be4268d8e7d79198344161c819:/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" ] &&