X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/850c3a89476ba8608b2deeba109fa7def2607655..0e84c57c4a9d3a198caa4ae2da2a6670e57ad917:/t/t1206-push-hidden.sh diff --git a/t/t1206-push-hidden.sh b/t/t1206-push-hidden.sh index 20aa306..ee8e254 100755 --- a/t/t1206-push-hidden.sh +++ b/t/t1206-push-hidden.sh @@ -7,7 +7,7 @@ test_description='Test "stg push" with hidden patches' test_expect_success 'Initialize StGit stack' ' stg init && echo foo > foo.txt && - git add foo.txt && + stg add foo.txt && stg new -m hidden-patch && stg refresh && stg pop &&