aboutsummaryrefslogtreecommitdiff
path: root/tests/initdb.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/initdb.at')
-rw-r--r--tests/initdb.at10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/initdb.at b/tests/initdb.at
index 25e43f7..0355e3b 100644
--- a/tests/initdb.at
+++ b/tests/initdb.at
@@ -1,3 +1,3 @@
# This file is part of vmod-dbrw -*- autotest -*-
-# Copyright (C) 2013-2014 Sergey Poznyakoff
+# Copyright (C) 2013-2018 Sergey Poznyakoff
#
@@ -47,6 +47,6 @@ INSERT INTO rewrite VALUES
('en.example.net','/local','http://uno.example.com/remote',NULL,NULL,NULL),
-('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'),
-('tre.example.net','/local/%','http://dos.example.net/$[]1?i=10','$url','/local/(.*)','QSA,R=302');
+('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'),
+('tre.example.net','/local','http://dos.example.net/$[]1?i=10','$url','/local/(.*)','QSA,R=302');

Return to:

Send suggestions and report system problems to the System administrator.