about summary refs log tree commit diff
path: root/third_party/git/t/t9004-example.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t9004-example.sh')
-rwxr-xr-xthird_party/git/t/t9004-example.sh10
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 7e8894a4a7..0000000000
--- 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