diff options
Diffstat (limited to 't/t9004-example.sh')
-rwxr-xr-x | t/t9004-example.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9004-example.sh b/t/t9004-example.sh index b28a028f55..7e8894a4a7 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 |