Description: Fix regexp test
 test was using double quotes instead of single quotes.
 .
 Notet that I do not know how to reach upstream maintainer. I may have to fork this project.
Bug-Debian: https://bugs.debian.org/1140285
Forwarded: not possible
Author: dod@debian.org
--- a/test/10-init/20-testregexp.sql
+++ b/test/10-init/20-testregexp.sql
@@ -73,7 +73,7 @@
             || (CASE WHEN `match` THEN 'match' ELSE 'not match' END)
             || ' '
             || `match`
-            || "."
+            || '.'
         ELSE
             'The evaluation of `'
             || `subject` || ' REGEXP ' || `pattern`
