diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-07-25 20:09:48 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-07-25 20:09:48 +0200 |
commit | c30e699fc509f43f459c17d3148e7d866fb9157a (patch) | |
tree | 892bd907b418588e55feb00003bbcc8294b61a39 /t/t5000-tar-tree.sh | |
parent | index-pack.c: correctly initialize appended objects (diff) | |
download | git-c30e699fc509f43f459c17d3148e7d866fb9157a.tar.xz git-c30e699fc509f43f459c17d3148e7d866fb9157a.zip |
tests: propagate $(TAR) down from the toplevel Makefile
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rwxr-xr-x | t/t5000-tar-tree.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t5000-tar-tree.sh b/t/t5000-tar-tree.sh index 9b0baac8db..5eb119ed0b 100755 --- a/t/t5000-tar-tree.sh +++ b/t/t5000-tar-tree.sh @@ -25,7 +25,6 @@ commit id embedding: ' . ./test-lib.sh -TAR=${TAR:-tar} UNZIP=${UNZIP:-unzip} SUBSTFORMAT=%H%n |