Skip to content

Commit

Permalink
Merge pull request redis#1205 from jskelcy/js/fix_tests
Browse files Browse the repository at this point in the history
properly point redisServerConf to redis.conf
  • Loading branch information
vmihailenco authored Dec 7, 2019
2 parents 23b47cf + c2e9215 commit 9d85e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ func (p *redisProcess) Close() error {

var (
redisServerBin, _ = filepath.Abs(filepath.Join("testdata", "redis", "src", "redis-server"))
redisServerConf, _ = filepath.Abs(filepath.Join("testdata", "redis.conf"))
redisServerConf, _ = filepath.Abs(filepath.Join("testdata", "redis", "redis.conf"))
)

func redisDir(port string) (string, error) {
Expand Down

0 comments on commit 9d85e76

Please sign in to comment.