diff options
-rw-r--r-- | repo_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
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) |