test touched a local file oop

master
Bel LaPointe 2023-11-06 13:14:20 -07:00
parent d4466598b4
commit f75dcb3f7a
1 changed files with 1 additions and 1 deletions

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