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
@@ -41,20 +41,20 @@ CREATE TABLE rewrite (
41 flags varchar(64) DEFAULT NULL 41 flags varchar(64) DEFAULT NULL
42); 42);
43 43
44CREATE INDEX source ON rewrite(host,url); 44CREATE INDEX source ON rewrite(host,url);
45 45
46INSERT INTO rewrite VALUES 46INSERT INTO rewrite VALUES
47('en.example.net','/local','http://uno.example.com/remote',NULL,NULL,NULL), 47('en.example.net','/local','http://uno.example.com/remote',NULL,NULL,'eq'),
48('en.example.net','/local','http://dos.example.com/$[]1','$url','/local/(.*)',NULL), 48('en.example.net','/local','http://dos.example.com/$[]1','$url','/local/(.*)',NULL),
49('en.example.net','/local2','http://to.example.net/$[]1$[]2','$url','/local2/([[^\\?]]*)(\\?.*)?',NULL), 49('en.example.net','/local2','http://to.example.net/$[]1$[]2','$url','/local2/([[^\\?]]*)(\\?.*)?',NULL),
50('to.example.net','/local','http://dos.example.net/$[]1','$url','/local/(.*)','QSA'), 50('to.example.net','/local','http://dos.example.net/$[]1','$url','/local/(.*)','QSA'),
51('tre.example.net','/local','http://dos.example.net/$[]1?i=10','$url','/local/(.*)','QSA,R=302'); 51('tre.example.net','/local','http://dos.example.net/$[]1?i=10','$url','/local/(.*)','QSA,R=302');
52 52
53EOT 53EOT
54], 54],
55[0], 55[0],
56[], 56[],
57[], 57[],
58[mv err $FAILFILE], 58[mv err $FAILFILE],
59[echo "OK" > $INITFILE]) 59[echo "OK" > $INITFILE])
60]) \ No newline at end of file 60])

Return to:

Send suggestions and report system problems to the System administrator.