comparison auth_request.t @ 333:e7647a966212

Tests: use {PLAIN} passwords on win32 to unbreak auth_request.t.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 16 Sep 2013 23:53:00 +0400
parents 241acee85fd1
children 4ac60aad723e
comparison
equal deleted inserted replaced
332:31e2acce8fa4 333:e7647a966212
125 } 125 }
126 } 126 }
127 127
128 EOF 128 EOF
129 129
130 $t->write_file('htpasswd', 'user:zz1T8N4tWvmbE' . "\n"); 130 $t->write_file('htpasswd', 'user:{PLAIN}secret' . "\n");
131 $t->write_file('auth-basic', 'INVISIBLE'); 131 $t->write_file('auth-basic', 'INVISIBLE');
132 $t->write_file('auth-open-static', 'INVISIBLE'); 132 $t->write_file('auth-open-static', 'INVISIBLE');
133 $t->run(); 133 $t->run();
134 134
135 ############################################################################### 135 ###############################################################################