diff options
author | root <root@rbsd.ankarstrom.se> | 2021-04-24 21:16:19 +0000 |
---|---|---|
committer | root <root@rbsd.ankarstrom.se> | 2021-04-24 21:16:19 +0000 |
commit | 5fa32351183ea8ff7d8bca2cd344cb1eb60b6303 (patch) | |
tree | a08399d00ec5ed537cd5c1cd3a7c517c3d0ebe70 /t | |
parent | ea1ab70148decb7f5015d5c52511cd84ddf0ad17 (diff) | |
download | Apache-Inject-5fa32351183ea8ff7d8bca2cd344cb1eb60b6303.tar.gz |
t/basic.t: Create subdir if not present
Diffstat (limited to 't')
-rw-r--r-- | t/basic.t | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ set 't/htdocs/.htaccess', <<CONF; Inject head.html foot.html CONF +mkdir 't/htdocs/subdir' if ! -d 't/htdocs/subdir'; set 't/htdocs/subdir/.htaccess', <<CONF; Inject head.html CONF |