# HG changeset patch # User Maxim Dounin # Date 1379361180 -14400 # Node ID e7647a96621298fde3ca107d6557a036ec5834c2 # Parent 31e2acce8fa4afd8a25de70f6f060c2f310166bc Tests: use {PLAIN} passwords on win32 to unbreak auth_request.t. diff -r 31e2acce8fa4 -r e7647a966212 auth_request.t --- a/auth_request.t Mon Sep 16 23:44:00 2013 +0400 +++ b/auth_request.t Mon Sep 16 23:53:00 2013 +0400 @@ -127,7 +127,7 @@ EOF -$t->write_file('htpasswd', 'user:zz1T8N4tWvmbE' . "\n"); +$t->write_file('htpasswd', 'user:{PLAIN}secret' . "\n"); $t->write_file('auth-basic', 'INVISIBLE'); $t->write_file('auth-open-static', 'INVISIBLE'); $t->run();