repo.or.cz
/
git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Git 2.43.4
[git.git]
/
t
/
t9004-example.sh
blob
590aab0304c679b6559df0e840ddce6dacc684af
1
#!/bin/sh
2
3
test_description
=
'check that example code compiles and runs'
4
5
TEST_PASSES_SANITIZE_LEAK
=
true
6
. .
/
test-lib.sh
7
8
test_expect_success
'decorate'
'
9
test-tool example-decorate
10
'
11
12
test_done