1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Index: golang-robfig-config-0.0~git20141208/all_test.go
===================================================================
--- golang-robfig-config-0.0~git20141208.orig/all_test.go
+++ golang-robfig-config-0.0~git20141208/all_test.go
@@ -23,9 +23,9 @@ import (
)
const (
- tmpFilename = "testdata/__test.go"
- sourceFilename = "testdata/source.cfg"
- targetFilename = "testdata/target.cfg"
+ tmpFilename = "../../../../../testdata/__test.go"
+ sourceFilename = "../../../../../testdata/source.cfg"
+ targetFilename = "../../../../../testdata/target.cfg"
)
func testGet(t *testing.T, c *Config, section string, option string,
|