mirror of
https://github.com/Jguer/yay.git
synced 2025-10-10 00:03:58 -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) {
|
func TestConfig(t *testing.T) {
|
||||||
config.PacmanConf = "/home/morganamilo/git/yay/testdata/pacman.conf"
|
config.PacmanConf = "testdata/pacman.conf"
|
||||||
|
|
||||||
err := initAlpm()
|
err := initAlpm()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user