aboutsummaryrefslogtreecommitdiff
path: root/tests/initdb.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/initdb.at')
-rw-r--r--tests/initdb.at4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/initdb.at b/tests/initdb.at
index 0355e3b..f7bfe0b 100644
--- a/tests/initdb.at
+++ b/tests/initdb.at
@@ -44,7 +44,7 @@ CREATE TABLE rewrite (
CREATE INDEX source ON rewrite(host,url);
INSERT INTO rewrite VALUES
-('en.example.net','/local','http://uno.example.com/remote',NULL,NULL,NULL),
+('en.example.net','/local','http://uno.example.com/remote',NULL,NULL,'eq'),
('en.example.net','/local','http://dos.example.com/$[]1','$url','/local/(.*)',NULL),
('en.example.net','/local2','http://to.example.net/$[]1$[]2','$url','/local2/([[^\\?]]*)(\\?.*)?',NULL),
('to.example.net','/local','http://dos.example.net/$[]1','$url','/local/(.*)','QSA'),
@@ -57,4 +57,4 @@ EOT
[],
[mv err $FAILFILE],
[echo "OK" > $INITFILE])
-]) \ No newline at end of file
+])

Return to:

Send suggestions and report system problems to the System administrator.