test touched a local file oop

This commit is contained in:
Bel LaPointe
2023-11-06 13:14:20 -07:00
parent d4466598b4
commit f75dcb3f7a

View File

@@ -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"},