test touched a local file oop
This commit is contained in:
@@ -24,7 +24,7 @@ func TestConfigTargets(t *testing.T) {
|
|||||||
},
|
},
|
||||||
"one file": {
|
"one file": {
|
||||||
setup: func(t *testing.T, d string) {
|
setup: func(t *testing.T, d string) {
|
||||||
touch(t, "x")
|
touch(t, path.Join(d, "x"))
|
||||||
},
|
},
|
||||||
given: "x",
|
given: "x",
|
||||||
want: []string{"x"},
|
want: []string{"x"},
|
||||||
|
|||||||
Reference in New Issue
Block a user