summaryrefslogtreecommitdiff
path: root/t/t9004-example.sh
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2018-03-24 08:44:41 +0100
committerJunio C Hamano <gitster@pobox.com>2018-03-27 08:45:47 -0700
commitdbceb3ecc5488408069283bbd091b2af9a1560df (patch)
tree35fdcdf5e056a638e2040ceb76a790f210da8c51 /t/t9004-example.sh
parent8133061e696508560961c62a30794887c84ad721 (diff)
downloadgit-dbceb3ecc5488408069283bbd091b2af9a1560df.tar.gz
t/helper: merge test-example-decorate into test-tool
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 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