summaryrefslogtreecommitdiff
path: root/t/t9004-example.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t9004-example.sh')
-rwxr-xr-xt/t9004-example.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9004-example.sh b/t/t9004-example.sh
index b28a028..7e8894a 100755
--- a/t/t9004-example.sh
+++ b/t/t9004-example.sh
@@ -4,7 +4,7 @@ test_description='check that example code compiles and runs'
. ./test-lib.sh
test_expect_success 'decorate' '
- test-example-decorate
+ test-tool example-decorate
'
test_done