X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/blobdiff_plain/5f594e90e9a0867e1b87ffb8b0a077152246b56c..6ce2faa0ac6e5de67cedee09e257e69f9ebff1e8:/t/t1200-push-modified.sh diff --git a/t/t1200-push-modified.sh b/t/t1200-push-modified.sh index cfec696..ba4f70c 100755 --- a/t/t1200-push-modified.sh +++ b/t/t1200-push-modified.sh @@ -23,7 +23,7 @@ test_expect_success \ stg clone foo bar && ( cd bar && stg new p1 -m p1 && - printf "a\nc\n" > file && stg add file && stg refresh && + printf "a\nc\n" > file && git add file && stg refresh && stg new p2 -m p2 && printf "a\nb\nc\n" > file && stg refresh && [ "$(echo $(stg applied))" = "p1 p2" ] &&