mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-27 02:54:27 +00:00
Allow specifying that this test will use Digest authentication.
This commit is contained in:
parent
5b6d708ba4
commit
e8a7a7b79a
@ -116,6 +116,11 @@ while( <TEST> ) {
|
||||
@auth = ();
|
||||
};
|
||||
|
||||
$line =~ /^\s*DIGEST\s*(#|$|=)/ && do {
|
||||
push @arguments, "--digest";
|
||||
@auth = ( "--user", $1 );
|
||||
};
|
||||
|
||||
$line =~ /^\s*AUTH\s*=\s*(\S.*)$/ && do {
|
||||
@auth = ( "--user", $1 );
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user