Skip to content

Commit 1b0b27e

Browse files
committed
SQUASH???
1 parent e7db894 commit 1b0b27e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/lib-git-svn.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ export svnrepo
2626
svnconf=$PWD/svnconf
2727
export svnconf
2828

29+
x=0
2930
perl -w -e "
3031
use SVN::Core;
3132
use SVN::Repos;
3233
\$SVN::Core::VERSION gt '1.1.0' or exit(42);
3334
system(qw/svnadmin create --fs-type fsfs/, \$ENV{svnrepo}) == 0 or exit(41);
34-
" >&3 2>&4
35-
x=$?
35+
" >&3 2>&4 || x=$?
3636
if test $x -ne 0
3737
then
3838
if test $x -eq 42; then

0 commit comments

Comments
 (0)