X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/baf8241d1b7835ba31125d2b75683601ee2b0403..de8efe1efc4a495eca0614aa9f6c1910d5838f99:/t/t1302-repair-interop.sh?ds=sidebyside diff --git a/t/t1302-repair-interop.sh b/t/t1302-repair-interop.sh index 9fad3fa..cce3cf1 100755 --- a/t/t1302-repair-interop.sh +++ b/t/t1302-repair-interop.sh @@ -4,7 +4,7 @@ test_description='Test git/StGit interoperability with "stg repair"' test_expect_success 'Create some git-only history' ' echo foo > foo.txt && - git add foo.txt && + stg add foo.txt && git commit -a -m foo && git tag foo-tag && for i in 0 1 2 3 4; do