Skip to content

Commit

Permalink
Default to 127.0.0.1 in tests to work on MySQL 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmv committed Dec 27, 2013
1 parent 0b4868f commit dc47610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/fts/indexed_mysql.t
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ sub setup_indexing {
command => $RT::SbinPath .'/rt-setup-fulltext-index',
dba => $ENV{'RT_DBA_USER'},
'dba-password' => $ENV{'RT_DBA_PASSWORD'},
url => "sphinx://localhost:$port/rt",
url => "sphinx://127.0.0.1:$port/rt",
);
ok(!$exit_code, "setted up index");
diag "output: $output" if $ENV{'TEST_VERBOSE'};
Expand Down

0 comments on commit dc47610

Please sign in to comment.