From bcb9eb3b0752727ce8152926fbeb5aa9f1355d94 Mon Sep 17 00:00:00 2001 From: Rafal Kupka <324064+kupson@users.noreply.github.com> Date: Sun, 29 Sep 2019 09:13:59 +0100 Subject: [PATCH] Add comment about "rm $CREDSDIR/localhost" The `t-credentials.sh` requires no credentials for localhost --- t/t-clone.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/t/t-clone.sh b/t/t-clone.sh index 1bd10f7f..7e9e610b 100755 --- a/t/t-clone.sh +++ b/t/t-clone.sh @@ -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