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:
parent
f8d294f0a4
commit
cb34882bd6
@ -25,6 +25,7 @@ commit id embedding:
|
||||
'
|
||||
|
||||
. ./test-lib.sh
|
||||
TAR=${TAR:-tar}
|
||||
|
||||
test_expect_success \
|
||||
'populate workdir' \
|
||||
|
Loading…
Reference in New Issue
Block a user