Created
April 2, 2012 08:34
-
-
Save mrosset/2281732 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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