Skip to content

Commit

Permalink
fix t5000-tar-tree.sh when $TAR isn't set
Browse files Browse the repository at this point in the history
$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>
  • Loading branch information
Alex Riesen authored and Junio C Hamano committed Nov 8, 2005
1 parent f8d294f commit cb34882
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/t5000-tar-tree.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ commit id embedding:
'

. ./test-lib.sh
TAR=${TAR:-tar}

test_expect_success \
'populate workdir' \
Expand Down

0 comments on commit cb34882

Please sign in to comment.