Skip to content

Commit 9a885fa

Browse files
drafnelgitster
authored andcommitted
t4116-apply-reverse.sh: use $TAR rather than tar
Signed-off-by: Brandon Casey <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2b14d07 commit 9a885fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/t4116-apply-reverse.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ test_expect_success 'apply in reverse' '
4848

4949
test_expect_success 'setup separate repository lacking postimage' '
5050
51-
git tar-tree initial initial | tar xf - &&
51+
git tar-tree initial initial | $TAR xf - &&
5252
(
5353
cd initial && git init && git add .
5454
) &&
5555
56-
git tar-tree second second | tar xf - &&
56+
git tar-tree second second | $TAR xf - &&
5757
(
5858
cd second && git init && git add .
5959
)

0 commit comments

Comments
 (0)