Skip to content

Commit 56291c1

Browse files
tboegigitster
authored andcommitted
t9020: do not use export X=Y
The shell syntax "export X=Y" is not understood by all shells. Signed-off-by: Torsten Bögershausen <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 173f9a7 commit 56291c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

t/t9020-remote-svn.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ test_expect_success REMOTE_SVN 'mark-file regeneration' '
7474
'
7575

7676
test_expect_success REMOTE_SVN 'incremental imports must lead to the same head' '
77-
export SVNRMAX=3 &&
77+
SVNRMAX=3 &&
78+
export SVNRMAX &&
7879
init_git &&
7980
git fetch svnsim &&
8081
test_cmp .git/refs/svn/svnsim/master .git/refs/remotes/svnsim/master &&

0 commit comments

Comments
 (0)