summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes 'josch' Schauer <josch@debian.org>2020-07-15 16:19:21 +0200
committerJohannes 'josch' Schauer <josch@debian.org>2020-07-15 16:19:21 +0200
commitb245a65db0ce0d230b466e81c206c87723d7efc1 (patch)
tree529e4e478d62957155dbdf71b7c2afd7b6e28990
parent02444fc8cd993948473d13f528c7ccfc0ddeb78d (diff)
debian/tests/general: adjust regex
-rw-r--r--debian/tests/general2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/tests/general b/debian/tests/general
index 82394ac..df20ec3 100644
--- a/debian/tests/general
+++ b/debian/tests/general
@@ -17,4 +17,4 @@ systemctl status nginx
systemctl status uwsgi
cat /var/log/uwsgi/app/searx.log
curl localhost
-curl localhost | grep 'input type="search" name="q"'
+curl localhost | grep '<input type="search".* name="q"'