X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/a1d6a0811bac0329f50ffa4742cf7894390104bf..de8efe1efc4a495eca0614aa9f6c1910d5838f99:/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 &&