Add comment about "rm $CREDSDIR/localhost"

The `t-credentials.sh` requires no credentials for localhost
This commit is contained in:
Rafal Kupka 2019-09-29 09:13:59 +01:00
parent a07cd388a2
commit bcb9eb3b07

@ -751,6 +751,7 @@ begin_test "clone (HTTP server/proxy require cookies)"
assert_clean_status
popd
# to avoid breaking t-credentials.sh
rm "$CREDSDIR/localhost"
)
end_test