rt 4.0.20 (RT#13852)
[freeside.git] / rt / t / fts / indexed_mysql.t
index a54382f..0a4f026 100644 (file)
@@ -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'};