Skip to content

Commit

Permalink
t9020: do not use export X=Y
Browse files Browse the repository at this point in the history
The shell syntax "export X=Y" is not understood by all shells.

Signed-off-by: Torsten Bögershausen <tboegi@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Torsten Bögershausen authored and Junio C Hamano committed Apr 26, 2013
1 parent 173f9a7 commit 56291c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/t9020-remote-svn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit 56291c1

Please sign in to comment.