diff options
Diffstat (limited to 't/t1100-commit-tree-options.sh')
-rwxr-xr-x | t/t1100-commit-tree-options.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t1100-commit-tree-options.sh b/t/t1100-commit-tree-options.sh index 7f7fc36734..c4414ff576 100755 --- a/t/t1100-commit-tree-options.sh +++ b/t/t1100-commit-tree-options.sh @@ -40,6 +40,6 @@ test_expect_success \ test_expect_success \ 'compare commit' \ - 'diff expected commit' + 'test_cmp expected commit' test_done |