mirror of
https://github.com/Jguer/yay.git
synced 2025-10-06 00:05:37 -04:00
Fix hard coded path
This commit is contained in:
parent
07b7be3788
commit
23d45b1e77
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user