summaryrefslogtreecommitdiff
path: root/rt/t/fts/indexed_mysql.t
diff options
context:
space:
mode:
Diffstat (limited to 'rt/t/fts/indexed_mysql.t')
-rw-r--r--rt/t/fts/indexed_mysql.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/t/fts/indexed_mysql.t b/rt/t/fts/indexed_mysql.t
index c124ff8f8..a54382ff8 100644
--- a/rt/t/fts/indexed_mysql.t
+++ b/rt/t/fts/indexed_mysql.t
@@ -41,7 +41,7 @@ sub setup_indexing {
mkdir $tmp;
my $sphinx_conf = $output;
- $sphinx_conf =~ s/.*?source rt {/source rt {/ms;
+ $sphinx_conf =~ s/.*?source rt \{/source rt {/ms;
$sphinx_conf =~ s{\Q$RT::VarPath\E/sphinx/}{$tmp/}g;
$sphinx{'config'} = File::Spec->catfile( $tmp, 'sphinx.conf' );