# HG changeset patch # User Sergey Kandaurov # Date 1586515847 -10800 # Node ID 75fb3209439245cf5266f5aaf751aaab4f5132b1 # Parent 0f385f8922b5c8d78e8fad1418633343938e5787 Tests: unbreak auth_delay tests on win32. diff --git a/auth_delay.t b/auth_delay.t --- a/auth_delay.t +++ b/auth_delay.t @@ -53,7 +53,7 @@ http { EOF $t->write_file('index.html', ''); -$t->write_file('htpasswd', 'user:' . crypt('good', 'salt') . "\n"); +$t->write_file('htpasswd', 'user:' . '{PLAIN}good' . "\n"); $t->try_run('no auth_delay')->plan(4);