diff --git a/config_test.go b/config_test.go index f549885c..3e271cb0 100644 --- a/config_test.go +++ b/config_test.go @@ -14,7 +14,7 @@ func expect(t *testing.T, field string, a interface{}, b interface{}, err error) } func TestConfig(t *testing.T) { - config.PacmanConf = "/home/morganamilo/git/yay/testdata/pacman.conf" + config.PacmanConf = "testdata/pacman.conf" err := initAlpm() if err != nil {