Signed-off-by: Jeremy Huddleston Sequoia <[email protected]>
---
 t/t5701-git-serve.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/t5701-git-serve.sh b/t/t5701-git-serve.sh
index ae79c6bbc0..7bc25700fa 100755
--- a/t/t5701-git-serve.sh
+++ b/t/t5701-git-serve.sh
@@ -7,7 +7,7 @@ test_description='test git-serve and server commands'
 test_expect_success 'test capability advertisement' '
        cat >expect <<-EOF &&
        version 2
-       agent=git/$(git version | cut -d" " -f3)
+       agent=git/$(git --version | sed -e "s/git version //" -e "s/ /\./g")
        ls-refs
        fetch=shallow
        server-option
-- 
2.20.0 (Apple Git-115)

Reply via email to