commit | 9707c1a30c0004014391b75055cf5aa6e8a991dd | [log] [tgz] |
---|---|---|
author | Sergey Kandaurov <pluknet@nginx.com> | Fri Apr 10 13:50:47 2020 +0300 |
committer | Sergey Kandaurov <pluknet@nginx.com> | Fri Apr 10 13:50:47 2020 +0300 |
tree | af34bb7c9b458c9169382ec32f62c5110bbc9479 | |
parent | be03e178f00f2c89df14878d8958c448e452a360 [diff] |
Tests: unbreak auth_delay tests on win32.
diff --git a/auth_delay.t b/auth_delay.t index 0fd0b26..edc1d32 100644 --- a/auth_delay.t +++ b/auth_delay.t
@@ -53,7 +53,7 @@ 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);