author | Alberto Bertogli
<albertito@blitiri.com.ar> 2020-06-13 11:57:54 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2020-06-13 12:14:28 UTC |
parent | c853cb7684c9f3b146b90aac024da98cf31b2c72 |
test/test.sh | +1 | -0 |
diff --git a/test/test.sh b/test/test.sh index 89a0680..bf79725 100755 --- a/test/test.sh +++ b/test/test.sh @@ -212,6 +212,7 @@ done # Bad auth. for base in \ http://oneuser:bad@localhost:8441 \ + http://unkuser:bad@localhost:8441 \ http://twouser:bad@localhost:8441 ; do echo "### Bad auth for $base"