[interchange] Revert "change $ENV{MINIVEND_PORT} to 7786 instead of 8786."

Gert van der Spoel interchange-cvs at icdevgroup.org
Wed Dec 30 20:31:35 UTC 2009


commit 829eb2b34c8c6397681b4fdddb646076e638a2f1
Author: Gert van der Spoel <ic at 3edge.com>
Date:   Wed Dec 30 21:29:57 2009 +0100

    Revert "change $ENV{MINIVEND_PORT} to 7786 instead of 8786."
    
    This reverts commit 8cad9a8e944ce9b77882cf1be7ab248670f2d855.
    The different port number is intentional ...

 test.pl |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/test.pl b/test.pl
index e00604b..0608b2f 100644
--- a/test.pl
+++ b/test.pl
@@ -33,7 +33,7 @@ die "Must be in build directory\n" unless -d 'blib';
 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 = '';
 
@@ -217,7 +217,7 @@ else {
 	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++;



More information about the interchange-cvs mailing list