comparison auth_delay.t @ 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 5ac6efbe5552
comparison
equal deleted inserted replaced
1560:0f385f8922b5 1561:75fb32094392
51 } 51 }
52 52
53 EOF 53 EOF
54 54
55 $t->write_file('index.html', ''); 55 $t->write_file('index.html', '');
56 $t->write_file('htpasswd', 'user:' . crypt('good', 'salt') . "\n"); 56 $t->write_file('htpasswd', 'user:' . '{PLAIN}good' . "\n");
57 57
58 $t->try_run('no auth_delay')->plan(4); 58 $t->try_run('no auth_delay')->plan(4);
59 59
60 ############################################################################### 60 ###############################################################################
61 61