X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/blobdiff_plain/d4356ac6143757131b58c95ca5c6a7b386cc6087..6ce2faa0ac6e5de67cedee09e257e69f9ebff1e8:/t/t2300-refresh-subdir.sh diff --git a/t/t2300-refresh-subdir.sh b/t/t2300-refresh-subdir.sh index 750e429..92c1cc8 100755 --- a/t/t2300-refresh-subdir.sh +++ b/t/t2300-refresh-subdir.sh @@ -8,7 +8,7 @@ test_expect_success 'Refresh from a subdirectory' ' echo foo >> foo.txt && mkdir bar && echo bar >> bar/bar.txt && - stg add foo.txt bar/bar.txt && + git add foo.txt bar/bar.txt && cd bar && stg refresh && cd .. &&