sha1-name.c: move around the collect_ambiguous() function
[git.git] / t / t9004-example.sh
blob7e8894a4a70648fd12d3ab4425f1beac2c3e4641
1 #!/bin/sh
3 test_description='check that example code compiles and runs'
4 . ./test-lib.sh
6 test_expect_success 'decorate' '
7 test-tool example-decorate
10 test_done