Skip to content

Instantly share code, notes, and snippets.

@mrosset
Created April 2, 2012 08:34
Show Gist options
  • Save mrosset/2281732 to your computer and use it in GitHub Desktop.
Save mrosset/2281732 to your computer and use it in GitHub Desktop.
diff --git a/id3_test.go b/id3_test.go
index 6b41549..ef65fe7 100644
--- a/id3_test.go
+++ b/id3_test.go
@@ -44,7 +44,7 @@ func TestEmpty(t *testing.T) {
func TestFiles(t *testing.T) {
for _, expected := range fileTests {
- p := path.Join("..", "..", "test", expected.path)
+ p := path.Join("./test", expected.path)
t.Log(p)
fd, err := os.Open(p)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment