diff options
Diffstat (limited to 'third_party/git/t/t9004-example.sh')
-rwxr-xr-x | third_party/git/t/t9004-example.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/third_party/git/t/t9004-example.sh b/third_party/git/t/t9004-example.sh deleted file mode 100755 index 7e8894a4a706..000000000000 --- a/third_party/git/t/t9004-example.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -test_description='check that example code compiles and runs' -. ./test-lib.sh - -test_expect_success 'decorate' ' - test-tool example-decorate -' - -test_done |