diff options
Diffstat (limited to 'third_party/git/t/t9402-git-cvsserver-refs.sh')
-rwxr-xr-x | third_party/git/t/t9402-git-cvsserver-refs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/git/t/t9402-git-cvsserver-refs.sh b/third_party/git/t/t9402-git-cvsserver-refs.sh index cf31ace66763..6436c91a3cb7 100755 --- a/third_party/git/t/t9402-git-cvsserver-refs.sh +++ b/third_party/git/t/t9402-git-cvsserver-refs.sh @@ -178,7 +178,7 @@ test_expect_success 'setup v1.2 on b1' ' mkdir cdir && echo "cdir/cfile" >cdir/cfile && git add -A cdir adir t3 t2 && - git commit -q -m 'v1.2' && + git commit -q -m "v1.2" && git tag v1.2 && git push --tags gitcvs.git b1:b1 ' |