From f75dcb3f7a297322f04f860bcb201c261aca8678 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Mon, 6 Nov 2023 13:14:20 -0700 Subject: [PATCH] test touched a local file oop --- cmd/config_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/config_test.go b/cmd/config_test.go index 5c43d78..cb65a8f 100644 --- a/cmd/config_test.go +++ b/cmd/config_test.go @@ -24,7 +24,7 @@ func TestConfigTargets(t *testing.T) { }, "one file": { setup: func(t *testing.T, d string) { - touch(t, "x") + touch(t, path.Join(d, "x")) }, given: "x", want: []string{"x"},