Added variable substitution to the <verify><file> section.

Made a few more tests work remotely.
This commit is contained in:
Dan Fandrich 2007-09-20 20:39:17 +00:00
parent 785a4899f5
commit 4686adb433
7 changed files with 132 additions and 86 deletions

View file

@ -112,6 +112,7 @@ do {
}
elsif($ARGV[0] eq "--addr") {
$listenaddr = $ARGV[1];
$listenaddr =~ s/^\[(.*)\]$/\1/;
shift @ARGV;
}
} while(shift @ARGV);