X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/ddca05489313c16e5a0386d26d52568113f8ec46..refs/heads/origin:/t/t1002-branch-clone.sh diff --git a/t/t1002-branch-clone.sh b/t/t1002-branch-clone.sh index 1303b41..4930c20 100755 --- a/t/t1002-branch-clone.sh +++ b/t/t1002-branch-clone.sh @@ -14,7 +14,7 @@ test_expect_success \ 'Create a GIT commit' \ ' echo bar > bar.txt && - git add bar.txt && + stg add bar.txt && git commit -a -m bar '