From be9e297a08559e930f584fd1902dd8932a9ffbdc Mon Sep 17 00:00:00 2001 From: ithrael Date: Mon, 11 Dec 2023 22:34:53 +0800 Subject: [PATCH] doc: TestDownloadTo Signed-off-by: ithrael --- pkg/downloader/chart_downloader_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/downloader/chart_downloader_test.go b/pkg/downloader/chart_downloader_test.go index ecea38917..144ff1b37 100644 --- a/pkg/downloader/chart_downloader_test.go +++ b/pkg/downloader/chart_downloader_test.go @@ -197,6 +197,7 @@ func TestDownloadTo(t *testing.T) { }, } cname := "/signtest-0.1.0.tgz" + // Distinguish the server's file directory from the downloaded directory. dest := srv.Root() + "/dest" os.Mkdir(dest, 0755)