diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2016-07-16 07:06:24 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-07-18 13:45:32 -0700 |
commit | f9e7d9f8c3e32280418a0bedd9d37f2a0cc2e2b9 (patch) | |
tree | ac459b02c2fa853f36e2a250b5ade783b4f97ec3 /t/t1100-commit-tree-options.sh | |
parent | 05219a1276341e72d8082d76b7f5ed394b7437a4 (diff) | |
download | git-f9e7d9f8c3e32280418a0bedd9d37f2a0cc2e2b9.tar.gz |
test-lib.sh: introduce and use $EMPTY_TREE
This is a special SHA1. Let's keep it at one place, easier to replace
later when the hash change comes, easier to recognize.
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/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 b7e9b4fc5b..ae66ba5bab 100755 --- a/t/t1100-commit-tree-options.sh +++ b/t/t1100-commit-tree-options.sh @@ -15,7 +15,7 @@ Also make sure that command line parser understands the normal . ./test-lib.sh cat >expected <<EOF -tree 4b825dc642cb6eb9a060e54bf8d69288fbee4904 +tree $EMPTY_TREE author Author Name <author@email> 1117148400 +0000 committer Committer Name <committer@email> 1117150200 +0000 |