test touched a local file oop
parent
d4466598b4
commit
f75dcb3f7a
|
|
@ -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"},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue