X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=tests%2Ftests-authentication.sh;h=ca58837b7b65e2be33e46597ba2b6674fd8ee2a8;hb=7eba49d24d56288d83746f3f0ce383d7c0c36552;hp=80ee1da87b4f41b96701e687ca08575b189eb7f3;hpb=412b6491a940ba3de97e5be95bd35197e51ee210;p=tlsproxy%2Ftlsproxy.git diff --git a/tests/tests-authentication.sh b/tests/tests-authentication.sh index 80ee1da..ca58837 100755 --- a/tests/tests-authentication.sh +++ b/tests/tests-authentication.sh @@ -2,7 +2,7 @@ # Test authentication. -# Copyright (C) 2013 Simon Ruderich +# Copyright (C) 2013-2014 Simon Ruderich # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -26,7 +26,7 @@ test "x$srcdir" = x && srcdir=. cleanup tlsproxy_setup -echo 'dXNlcm5hbWU6cGFzc3dvcmQ=' > digest-authentication +echo 'dXNlcm5hbWU6cGFzc3dvcmQ=' >digest-authentication tlsproxy_background -a digest-authentication 4711 server_background --x509certfile "$srcdir/server.pem" \ --x509keyfile "$srcdir/server-key.pem"