mingw: handle GITPERLLIB in t0021 in a Windows-compatible way
[git.git] / t / t9004-example.sh
blobb28a028f5503508a4a09c6a07950027d253a1846
1 #!/bin/sh
3 test_description='check that example code compiles and runs'
4 . ./test-lib.sh
6 test_expect_success 'decorate' '
7 test-example-decorate
10 test_done