git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
173f9a7
)
t9020: do not use export X=Y
author
Torsten Bögershausen
<redacted>
Fri, 26 Apr 2013 09:18:16 +0000
(11:18 +0200)
committer
Junio C Hamano
<redacted>
Fri, 26 Apr 2013 16:52:11 +0000
(09:52 -0700)
The shell syntax "export X=Y" is not understood by all shells.
Signed-off-by: Torsten Bögershausen <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t9020-remote-svn.sh
patch
|
blob
|
history
diff --git
a/t/t9020-remote-svn.sh
b/t/t9020-remote-svn.sh
index 2d2f016f6f8b151f10b08e4419dc6d3bdef3d0a8..d9f6b73ab001c4105cf336e213978807d8acf864 100755
(executable)
--- a/
t/t9020-remote-svn.sh
+++ b/
t/t9020-remote-svn.sh
@@
-74,7
+74,8
@@
test_expect_success REMOTE_SVN 'mark-file regeneration' '
'
test_expect_success REMOTE_SVN 'incremental imports must lead to the same head' '
- export SVNRMAX=3 &&
+ SVNRMAX=3 &&
+ export SVNRMAX &&
init_git &&
git fetch svnsim &&
test_cmp .git/refs/svn/svnsim/master .git/refs/remotes/svnsim/master &&
git clone https://git.99rst.org/PROJECT