X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/588a7414ee52328525dfcb514e580da877e4ff3c..de8efe1efc4a495eca0614aa9f6c1910d5838f99:/t/t1701-goto-hidden.sh 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 &&