Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 898f80736c75878acc02dc55672317fcc0e0a5a6 authored by Junio C Hamano on 29 October 2020, 21:24:09 UTC
Git 2.29.2
Tip revision: 898f807
t9004-example.sh
#!/bin/sh

test_description='check that example code compiles and runs'
. ./test-lib.sh

test_expect_success 'decorate' '
	test-tool example-decorate
'

test_done
back to top