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);