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