X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/d4356ac6143757131b58c95ca5c6a7b386cc6087..ea5b7bf3533205be4268d8e7d79198344161c819:/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 .. &&