1#!/bin/sh 2 3test_description='check that example code compiles and runs' 4. ./test-lib.sh 5 6test_expect_success 'decorate' ' 7 test-tool example-decorate 8' 9 10test_done
#!/bin/sh
test_description='check that example code compiles and runs'
. ./test-lib.sh
test_expect_success 'decorate' '
test-tool example-decorate
'
test_done