diff options
author | Omar Polo <op@omarpolo.com> | 2021-02-02 22:38:35 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-02-02 22:38:35 +0000 |
commit | 87f2b68b58fc46ff12a592474e65280ef8455aff (patch) | |
tree | b9029160d25faa0f70a2f6dfff4f0a1224a81a88 /regress | |
parent | 5b4a641893cfc1db2af0c612566083f58b10903b (diff) |
cgi now follows globbing rules
Diffstat (limited to 'regress')
-rwxr-xr-x | regress/runtime | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/runtime b/regress/runtime index 6de3e30..b114beb 100755 --- a/regress/runtime +++ b/regress/runtime @@ -151,7 +151,7 @@ check "should be running" quit # finally try with CGI scripts -config '' 'cgi ""' +config '' 'cgi "*"' checkconf run |