Revision cd332b2a319f00db18b91201cc9a6fafc6adf649 authored by Junio C Hamano on 03 September 2020, 19:37:09 UTC, committed by Junio C Hamano on 03 September 2020, 19:37:09 UTC
Doc update.

* pb/doc-external-diff-env:
  git.txt: correct stale 'GIT_EXTERNAL_DIFF' description
2 parent s 56b891e + 17bae89
Raw File
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