From fdef08a2b07a40893d766d41aeece1c2e3c47b2d Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Wed, 29 Sep 2021 18:08:26 +0200 Subject: add debug print for symlink test --- repo_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/repo_test.go b/repo_test.go index bb61a35..3885e0b 100644 --- a/repo_test.go +++ b/repo_test.go @@ -192,6 +192,7 @@ func TestSymlinks(t *testing.T) { os.Symlink("./notexisting", filepath.Join(tmpDir, "linknotexisting")) os.Symlink("./existing", filepath.Join(tmpDir, "linkexisting")) files := listFiles(tmpDir) + fmt.Println(files) testutils.AssertLen(t, 2, files, "Files") if files[0].Link != "" { t.Error("linkexisting should not be a link, actual:", files[0].Link) -- cgit v1.2.3