My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b14d07
)
t4116-apply-reverse.sh: use $TAR rather than tar
author
Brandon Casey
<casey@nrlssc.navy.mil>
Tue, 22 Jul 2008 21:16:25 +0000
(16:16 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 23 Jul 2008 18:35:16 +0000
(11:35 -0700)
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4116-apply-reverse.sh
patch
|
blob
|
history
diff --git
a/t/t4116-apply-reverse.sh
b/t/t4116-apply-reverse.sh
index
1459a90
..
2298ece
100755
(executable)
--- a/
t/t4116-apply-reverse.sh
+++ b/
t/t4116-apply-reverse.sh
@@
-48,12
+48,12
@@
test_expect_success 'apply in reverse' '
test_expect_success 'setup separate repository lacking postimage' '
- git tar-tree initial initial |
tar
xf - &&
+ git tar-tree initial initial |
$TAR
xf - &&
(
cd initial && git init && git add .
) &&
- git tar-tree second second |
tar
xf - &&
+ git tar-tree second second |
$TAR
xf - &&
(
cd second && git init && git add .
)