changeset 1561:75fb32094392

Tests: unbreak auth_delay tests on win32.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 10 Apr 2020 13:50:47 +0300
parents 0f385f8922b5
children b4f528987146
files auth_delay.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);