X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/533d85c2f663a7e89816b23c627a118866ab00fb..5fd79c5f5aa2ea962162260e88f274983cb1e032:/t/t2800-goto-subdir.sh diff --git a/t/t2800-goto-subdir.sh b/t/t2800-goto-subdir.sh index 5960bd6..5ac77cc 100755 --- a/t/t2800-goto-subdir.sh +++ b/t/t2800-goto-subdir.sh @@ -13,7 +13,7 @@ test_expect_success 'Initialize StGit stack' ' for i in 1 2 3; do echo foo$i >> foo/bar && stg new p$i -m p$i && - git add foo/bar && + stg add foo/bar && stg refresh done '