commit | dbceb3ecc5488408069283bbd091b2af9a1560df | [log] [tgz] |
---|---|---|
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | Sat Mar 24 08:44:41 2018 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Mar 27 08:45:47 2018 -0700 |
tree | 35fdcdf5e056a638e2040ceb76a790f210da8c51 | |
parent | 8133061e696508560961c62a30794887c84ad721 [diff] [blame] |
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>
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-lib.sh test_expect_success 'decorate' ' - test-example-decorate + test-tool example-decorate ' test_done