X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/850c3a89476ba8608b2deeba109fa7def2607655..a0689e114cdccceedc366e1bfa5be00ad62b2a31:/t/t1701-goto-hidden.sh?ds=sidebyside diff --git a/t/t1701-goto-hidden.sh b/t/t1701-goto-hidden.sh index a3c6e62..19ab703 100755 --- a/t/t1701-goto-hidden.sh +++ b/t/t1701-goto-hidden.sh @@ -7,7 +7,7 @@ test_description='Test "stg goto" 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 &&