Skip to content

Commit

Permalink
Revert "change $ENV{MINIVEND_PORT} to 7786 instead of 8786."
Browse files Browse the repository at this point in the history
This reverts commit 8cad9a8.
The different port number is intentional ...
  • Loading branch information
Gert van der Spoel committed Dec 30, 2009
1 parent 8cad9a8 commit 829eb2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
die "No tests defined for Windows\n" if $^O =~ /win32/i;

$ENV{MINIVEND_ROOT} = "$cur_dir/blib";
$ENV{MINIVEND_PORT} = 7786 unless defined $ENV{MINIVEND_PORT};
$ENV{MINIVEND_PORT} = 8786 unless defined $ENV{MINIVEND_PORT};

my $extra_cfg = '';

Expand Down Expand Up @@ -217,7 +217,7 @@ ()
print <<EOF;
# When the above test fails, it may be due to your ISP or some other
# mechanism blocking port 7786.
# mechanism blocking port 8786.
EOF
$failed++;
Expand Down

0 comments on commit 829eb2b

Please sign in to comment.