diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-07-25 11:09:48 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-07-25 11:09:48 -0700 |
commit | c30e699fc509f43f459c17d3148e7d866fb9157a (patch) | |
tree | 892bd907b418588e55feb00003bbcc8294b61a39 /t/t5000-tar-tree.sh | |
parent | 72de2883bd7d4ceda05f107826c7607c594de965 (diff) | |
download | git-c30e699fc509f43f459c17d3148e7d866fb9157a.tar.gz |
tests: propagate $(TAR) down from the toplevel Makefile
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5000-tar-tree.sh')
-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 |