Skip to content

Commit c2e9215

Browse files
committed
properly point redisServerConf to redis.conf
1 parent 23b47cf commit c2e9215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ func (p *redisProcess) Close() error {
257257

258258
var (
259259
redisServerBin, _ = filepath.Abs(filepath.Join("testdata", "redis", "src", "redis-server"))
260-
redisServerConf, _ = filepath.Abs(filepath.Join("testdata", "redis.conf"))
260+
redisServerConf, _ = filepath.Abs(filepath.Join("testdata", "redis", "redis.conf"))
261261
)
262262

263263
func redisDir(port string) (string, error) {

0 commit comments

Comments
 (0)