mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-06-20 06:50:20 +00:00
Allow specifying that this test will use Digest authentication.
This commit is contained in:
parent
3d55f164e2
commit
8190f35257
@ -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