aboutsummaryrefslogtreecommitdiffstats
path: root/t/t9004-example.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t9004-example.sh')
-rwxr-xr-xt/t9004-example.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/t/t9004-example.sh b/t/t9004-example.sh
deleted file mode 100755
index 590aab0304..0000000000
--- a/t/t9004-example.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-test_description='check that example code compiles and runs'
-
-TEST_PASSES_SANITIZE_LEAK=true
-. ./test-lib.sh
-
-test_expect_success 'decorate' '
- test-tool example-decorate
-'
-
-test_done