Fix test misc_nginx_check_regex_in_location : /conf/ was missing...

This commit is contained in:
Salamandar 2024-02-20 16:47:16 +01:00
parent 377f425d17
commit 107e6ed790

View file

@ -1445,7 +1445,7 @@ class Configurations(TestSuite):
):
continue
cmd = 'grep -q -IhEro "location ~ __PATH__" %s' % filename
cmd = 'grep -q -IhEro "location ~ __PATH__" %s' % (app.path + "/conf/" + filename)
if os.system(cmd) != 0:
yield Warning(