fix t5000-tar-tree.sh when $TAR isn't set

$TAR isn't set everywhere. Provide a default (tar)

Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Alex Riesen 2005-11-08 11:45:15 +01:00 committed by Junio C Hamano
parent f8d294f0a4
commit cb34882bd6

View File

@ -25,6 +25,7 @@ commit id embedding:
'
. ./test-lib.sh
TAR=${TAR:-tar}
test_expect_success \
'populate workdir' \